This is the complete list of members for Color, including all inherited members.
| addColor(const char *name, const Color &color) | Color | static |
| black enum value | Color | |
| blue enum value | Color | |
| Color(int red=0, int green=0, int blue=0) | Color | explicit |
| Color(Color::Value value) | Color | explicit |
| Color(const std::string &name) | Color | explicit |
| colorIndex | Color | static |
| ColorMapByName_t typedef | Color | private |
| colorNames() | Color | static |
| cyan enum value | Color | |
| darkgray enum value | Color | |
| getBlue() const | Color | |
| getColor() | Color | static |
| getGreen() const | Color | |
| getRed() const | Color | |
| green enum value | Color | |
| initColorByNameMap() | Color | privatestatic |
| isValid(const std::string &name) | Color | static |
| lightgray enum value | Color | |
| m_blue | Color | private |
| m_green | Color | private |
| m_red | Color | private |
| magenta enum value | Color | |
| operator==(Color c) | Color | |
| orange enum value | Color | |
| red enum value | Color | |
| s_color_by_name | Color | privatestatic |
| s_color_names | Color | privatestatic |
| setColor(const std::string &) | Color | |
| setColor(int red=0, int green=0, int blue=0) | Color | |
| setColor(Color::Value value) | Color | |
| Value enum name | Color | |
| white enum value | Color | |
| yellow enum value | Color |