Color::SetRGBA

Color::SetRGBA
inline void SetRGBA(UByte r, UByte g, UByte b, UByte a);
Description

SetRGBA assigns the colors red, green, blue, and alpha channels (Channels.Red,Green,Blue,Alpha) to the four passed 8-bit values.

Parameters
Parameters 
Description 
UByte r 
A value assigned to the red channel. 
UByte g 
A value assigned to the green channel. 
UByte b 
A value assigned to the blue channel. 
UByte a 
A value assigned to the alpha channel. 
See Also