Color::SetBlue

Color::SetBlue
inline void SetBlue(UByte b);
Description

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
Parameters 
Description 
UByte b 
A value assigned to the blue channel. 
See Also