Color.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Color opOpAssign(Color otherColor)
    struct Color
    ref
    opOpAssign
    (
    string op
    )
    if (
    (op == "+") ||
    (op == "-")
    ||
    (op == "*")
    )
  2. Color opOpAssign(E num)

Meta