ColorOperators.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. typeof(this) opOpAssign(typeof(this) rh)
    mixintemplate ColorOperators(Components...)
    ref
    typeof(this)
    opOpAssign
    (
    string op
    )
    (
    typeof(this) rh
    )
    if (
    op == "+" ||
    op == "-"
    ||
    op == "*"
    ||
    op == "/"
    )
  2. typeof(this) opOpAssign(S rh)

Meta