| BLACK | Color | [static] |
| BLUE | Color | [static] |
| BROWN | Color | [static] |
| BURNT_ORANGE | Color | [static] |
| CARDINAL | Color | [static] |
| CHARTREUSE | Color | [static] |
| CLEAR | Color | [static] |
| Color(void) | Color | [inline] |
| Color(int rgbDef) | Color | [inline] |
| Color(int red, int green, int blue) | Color | [inline] |
| Color(const std::string &colorName) | Color | [inline] |
| CYAN | Color | [static] |
| DARK_PURPLE | Color | [static] |
| dist(const Color &o) const | Color | [inline] |
| FOREST_GREEN | Color | [static] |
| getRGB(void) const | Color | [inline] |
| getRGBTriplet(short &red, short &green, short &blue) const | Color | |
| getRGBTripletFractional(double &red, double &green, double &blue) const | Color | |
| GRAY | Color | [static] |
| GREEN | Color | [static] |
| GREY | Color | [static] |
| interpolate(double dist, const Color &o) const | Color | |
| isClear(void) const | Color | [inline] |
| KHAKI | Color | [static] |
| MAGENTA | Color | [static] |
| MAROON | Color | [static] |
| NAVY | Color | [static] |
| OLIVE | Color | [static] |
| operator!=(const Color &rhs) const | Color | [inline] |
| operator==(const Color &rhs) const | Color | [inline] |
| ORANGE | Color | [static] |
| PINK | Color | [static] |
| RED | Color | [static] |
| rgb | Color | [protected] |
| setRGBTriplet(short red, short green, short blue) | Color | |
| setRGBTripletFractional(double red, double green, double blue) | Color | |
| setToString(const std::string &str) | Color | |
| SKY_BLUE | Color | [static] |
| TURQUOISE | Color | [static] |
| VIOLET | Color | [static] |
| WHITE | Color | [static] |
| YELLOW | Color | [static] |