Color.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Color!T opBinary(T koe)
  2. Color!T opBinary(float koe)
    struct Color(T)
    @safe nothrow pure inout
    opBinary
    (
    string op
    )
    (
    float koe
    )
    if (
    isIntegral!T ||
    isFloatingPoint!T
    )
  3. Color!T opBinary(Color!T color)

Meta