Color::GetAlphaFloat

Color::GetAlphaFloat
inline void GetAlphaFloat(float * pa) const;
Description

GetAlphaFloat retrieves the current color's alpha channel as a floating-point value between 0.0 and 1.0.

Parameters
Parameters 
Description 
float * pa 
A pointer to the destination alpha floating-point value. 
See Also