| _col | Color | [protected] |
| a() const | Color | [inline] |
| array() | Color | [inline] |
| b() const | Color | [inline] |
| black | Color | [static] |
| blue | Color | [static] |
| brown | Color | [static] |
| Color() | Color | [inline] |
| Color(const Color &c) | Color | [inline] |
| Color(const float r, const float g, const float b, const float a=1.0) | Color | [inline] |
| Color(str_ptr colstr) | Color | [inline] |
| cyan | Color | [static] |
| findMaxA_AB_LAB(const float L, float &a, float &b, const float minA=MIN_A, const float maxA=MAX_A, const float interval=INITIAL_INTERVAL, const bool recursiveSuccess=false) | Color | [static] |
| findMaxA_LA_LAB(float &L, float &a, const float b, const float minA=MIN_A, const float maxA=MAX_A, const float interval=INITIAL_INTERVAL, const bool recursiveSuccess=false) | Color | [static] |
| findMaxA_LAB(const float L, float &a, const float b, const float minA=MIN_A, const float maxA=MAX_A, const float interval=INITIAL_INTERVAL, const bool recursiveSuccess=false) | Color | [static] |
| findMaxB_AB_LAB(const float L, float &a, float &b, const float minB=MIN_B, const float maxB=MAX_B, const float interval=INITIAL_INTERVAL, const bool recursiveSuccess=false) | Color | [static] |
| findMaxB_LAB(const float L, const float a, float &b, const float minB=MIN_B, const float maxB=MAX_B, const float interval=INITIAL_INTERVAL, const bool recursiveSuccess=false) | Color | [static] |
| findMaxB_LB_LAB(float &L, const float a, float &b, const float minB=MIN_B, const float maxB=MAX_B, const float interval=INITIAL_INTERVAL, const bool recursiveSuccess=false) | Color | [static] |
| findMaxL_LA_LAB(float &L, float &a, const float b, const float minL=MIN_L, const float maxL=MAX_L, const float interval=INITIAL_INTERVAL, const bool recursiveSuccess=false) | Color | [static] |
| findMaxL_LAB(float &L, const float a, const float b, const float minL=MIN_L, const float maxL=MAX_L, const float interval=INITIAL_INTERVAL, const bool recursiveSuccess=false) | Color | [static] |
| findMaxL_LB_LAB(float &L, const float a, float &b, const float minL=MIN_L, const float maxL=MAX_L, const float interval=INITIAL_INTERVAL, const bool recursiveSuccess=false) | Color | [static] |
| findMinA_AB_LAB(const float L, float &a, float &b, const float minA=MIN_A, const float maxA=MAX_A, const float interval=INITIAL_INTERVAL, const bool recursiveSuccess=false) | Color | [static] |
| findMinA_LA_LAB(float &L, float &a, const float b, const float minA=MIN_A, const float maxA=MAX_A, const float interval=INITIAL_INTERVAL, const bool recursiveSuccess=false) | Color | [static] |
| findMinA_LAB(const float L, float &a, const float b, const float minA=MIN_A, const float maxA=MAX_A, const float interval=INITIAL_INTERVAL, const bool recursiveSuccess=false) | Color | [static] |
| findMinB_AB_LAB(const float L, float &a, float &b, const float minB=MIN_B, const float maxB=MAX_B, const float interval=INITIAL_INTERVAL, const bool recursiveSuccess=false) | Color | [static] |
| findMinB_LAB(const float L, const float a, float &b, const float minB=MIN_B, const float maxB=MAX_B, const float interval=INITIAL_INTERVAL, const bool recursiveSuccess=false) | Color | [static] |
| findMinB_LB_LAB(float &L, const float a, float &b, const float minB=MIN_B, const float maxB=MAX_B, const float interval=INITIAL_INTERVAL, const bool recursiveSuccess=false) | Color | [static] |
| findMinL_LA_LAB(float &L, float &a, const float b, const float minL=MIN_L, const float maxL=MAX_L, const float interval=INITIAL_INTERVAL, const bool recursiveSuccess=false) | Color | [static] |
| findMinL_LAB(float &L, const float a, const float b, const float minL=MIN_L, const float maxL=MAX_L, const float interval=INITIAL_INTERVAL, const bool recursiveSuccess=false) | Color | [static] |
| findMinL_LB_LAB(float &L, const float a, float &b, const float minL=MIN_L, const float maxL=MAX_L, const float interval=INITIAL_INTERVAL, const bool recursiveSuccess=false) | Color | [static] |
| firebrick | Color | [static] |
| g() const | Color | [inline] |
| getHLS(float &h, float &l, float &s) | Color | |
| getLAB(float &L, float &a, float &b) | Color | |
| getLABChroma(const float L, const float a, const float b) | Color | [static] |
| getLABColorDifference(const float L1, const float a1, const float b1, const float L2, const float a2, const float b2) | Color | [static] |
| getLABHue(const float L, const float a, const float b) | Color | [static] |
| getLABSaturation(const float L, const float a, const float b) | Color | [static] |
| getXYZ(float &X, float &Y, float &Z) | Color | |
| green | Color | [static] |
| grey | Color | [static] |
| Labf(const double ratio) | Color | [inline, protected, static] |
| Labfinv(const double ratio) | Color | [inline, protected, static] |
| LABtoXYZ(const float L, const float A, const float B, float &X, float &Y, float &Z) | Color | |
| magenta | Color | [static] |
| operator==(const Color &c) const | Color | [inline] |
| operator[](const int index) const | Color | [inline] |
| operator[](const int index) | Color | [inline] |
| orange | Color | [static] |
| pink | Color | [static] |
| r() const | Color | [inline] |
| red | Color | [static] |
| RGBtoXYZarray | Color | [static] |
| set(const float r, const float g, const float b, const float a=1.0) | Color | [inline] |
| set(str_ptr colstr) | Color | |
| setHLS(const float h, const float l, const float s, const float a=1.0) | Color | |
| setLAB(const float L, const float a, const float b, const float alpha=1.0) | Color | |
| setLABChromaSaturationHue(float &L, float &a, float &b, const float chroma, const float saturation, const float hue) | Color | [static] |
| setLABLightnessChromaHue(const float L, float &a, float &b, const float chroma, const float hue) | Color | [static] |
| setLABLightnessSaturationHue(const float L, float &a, float &b, const float saturation, const float hue) | Color | [static] |
| setLABSaturationAB(float &L, const float a, const float b, const float saturation) | Color | [static] |
| tan | Color | [static] |
| value(double n1, double n2, double hue) | Color | [protected, static] |
| white | Color | [static] |
| XYZtoRGBarray | Color | [static] |
| yellow | Color | [static] |
| ~Color() | Color | [inline, virtual] |