Color::GetRGBFloat

Color::GetRGBFloat
inline void GetRGBFloat(float * pr, float * pg, float * pb) const;
inline void GetRGBFloat(float * prgb) const;
Description

GetRGBFloat retrieves the floating point red, green, and blue channel value of the current color.

Parameters
Parameters 
Description 
float * pr 
A pointer to the destination value of the red component, ranging from 0.0 to 1.0. 
float * pg 
A pointer to the destination value of the green component, ranging from 0.0 to 1.0. 
float * pb 
A pointer to the destination value of the blue component, ranging from 0.0 to 1.0. 
float * prgb 
A pointer to the destination value of RGB. 
See Also