Overlolad of the * and / operators.
This operator returns the component-wise multiplicaton or division of a color and a scalar. Components that exceed 255 are clamped to 255 and those below 0 are clamped to 0.
the scalar to multiply/divide the Color.
The multiplication or division of this Color by the scalar.
See Implementation
Overlolad of the * and / operators.
This operator returns the component-wise multiplicaton or division of a color and a scalar. Components that exceed 255 are clamped to 255 and those below 0 are clamped to 0.