OEColorGet

void OEColorGet(const OEColor &, float& r, float& g, float& b)
void OEColorGet(const OEColor &, double& r, double& g, double& b)
void OEColorGet(const OEColor &, float& r, float& g, float& b,
                float& a)
void OEColorGet(const OEColor &, double& r, double& g, double& b,
                double& a)

Converts the internal unsigned integer representation of the color components into floating point numbers in the range [0.0, 1.0].

r, g, b, a

The red, green, blue and alpha components of the color.

See also