Color.opBinaryRight

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

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

Meta