Color::SetRed

Color::SetRed
inline void SetRed(UByte r);
Description

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