Color::GetGreen

Color::GetGreen
inline UByte GetGreen() const;
Description

GetAlpha retrieves the 8-bit green channel value of the current color, by directly accessing the Channels.Green data member.

Return Value

An UByte containing the green channel of the current color.

See Also