RGB.opBinary

Arithmetic operations for colors

  1. RGB opBinary(RGB rhs)
    class RGB
    opBinary
    (
    string op
    )
    (
    auto ref RGB rhs
    )
  2. RGB opBinary(T rhs)
  3. void opOpAssign(RGB rhs)

Parameters

rhs RGB

second color

Meta