RGB.opOpAssign

Binary assignment operators.

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

Meta