ColorOperators.opBinary

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

Meta