Color::GetAlpha

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

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

Return Value

An UByte containing the alpha channel of the current color.

See Also