inline void SetGreen(UByte g);
SetGreen assigns the colors green channel (Channels.Green) to the passed 8-bit value. The current color's red, blue, and alpha channels are not changed.
Parameters |
Description |
UByte g |
A value assigned to the green channel. |