Color::GetRed

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

GetRed retrieves the 8-bit red channel value of the current color, by directly accessing the Channels. Red data member.

Return Value

An UByte containing the red channel of the current color.

See Also