Color::SetGreen

Color::SetGreen
inline void SetGreen(UByte g);
Description

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