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