This is the complete list of members for Color, including all inherited members.
| a | Color | |
| b | Color | |
| black | Color | static |
| blue | Color | static |
| Color(float fRed=1.0f, float fGreen=1.0f, float fBlue=1.0f, float fAlpha=1.0f) | Color | inline |
| fromCMYK(float c, float m, float y, float k) | Color | |
| fromHSV(float hue, float sat, float val) | Color | |
| g | Color | |
| gray | Color | static |
| green | Color | static |
| Luminance() const | Color | inline |
| m_dAlignDummy | Color | |
| m_fAlpha | Color | |
| m_fBlue | Color | |
| m_fData | Color | |
| m_fGreen | Color | |
| m_fRed | Color | |
| m_vAlignDummy | Color | |
| Mix(const Color &c, float f) const | Color | inline |
| operator const float *(void) const | Color | inline |
| operator unsigned int(void) const | Color | inline |
| operator!=(const Color &c) const | Color | inline |
| operator*(float f) const | Color | inline |
| operator*(const Color &c) const | Color | inline |
| operator*=(const float f) | Color | inline |
| operator*=(const Color &c) | Color | inline |
| operator+(const Color &c) const | Color | inline |
| operator+=(const Color &c) | Color | inline |
| operator-(const Color &c) const | Color | inline |
| operator/(float f) const | Color | inline |
| operator==(const Color &c) const | Color | inline |
| operator[](unsigned int iChannel) | Color | inline |
| r | Color | |
| red | Color | static |
| Set(float fRed, float fGreen, float fBlue, float fAlpha=1.0f) | Color | inline |
| toCMYK(float &c, float &m, float &y, float &k) const | Color | |
| toHSV(float &hue, float &sat, float &val) const | Color | |
| transparent | Color | static |
| white | Color | static |