The operator * function calls the Modulate method and returns the new color.
Parameters |
Description |
Color c1 |
The first (the destination) of two color parameters that is combined to form a new color (return value). |
Color c2 |
The second (the source) of two color parameters that is combined to form a new color (return value). |
UByte factor |
A value (the source) that is multiplied to each channel of the first color to form a new color (return value). |
A new Color created by multiplying the components of the two colors.