Color.opBinary

opBinary x [+, -, *, /, %] y

  1. auto opBinary(Color!(R, N) b)
    struct Color
    const
    opBinary
    (
    string op
    R
    )
    (
    in Color!(R, N) b
    )
    if (
    isNumeric!R
    )
  2. auto opBinary(R b)

Meta