ColorOperators.opBinary

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

Meta