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