RGB.opOpAssign

Binary assignment operators.

  1. typeof(this) opOpAssign(typeof(this) rh)
  2. typeof(this) opOpAssign(S rh)
    struct RGB(string components_, ComponentType_, bool linear_ = false, RGBColorSpace colorSpace_ = RGBColorSpace.sRGB)
    @safe pure nothrow @nogc ref
    typeof(this)
    opOpAssign
    (
    string op
    S
    )
    (
    S rh
    )
    if (
    (
    op == "*" ||
    op == "/"
    ||
    op == "%"
    ||
    op == "^^"
    )
    )
    if (
    isNumeric!ComponentType_
    )

Meta