Color::GetBlue

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

GetBlue retrieves the 8-bit blue channel value of the current color, by directly accessing the Channels.Blue data member.

Return Value

An UByte containing the blue channel of the current color.

See Also