ColorOperators.opOpAssign

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

Meta