![]() |
alaCarte Maps
Renderer for OpenStreetMap tiles
|
This is the complete list of members for Color, including all inherited members.
| a | Color | |
| alpha | Color | |
| b | Color | |
| Black | Color | static |
| blue | Color | |
| Blue | Color | static |
| c | Color | |
| Color() | Color | inline |
| Color(const Color &_c) | Color | inline |
| Color(const float _f) | Color | inline |
| Color(const float _r, const float _g, const float _b) | Color | inlineexplicit |
| Color(const float _r, const float _g, const float _b, const float _a) | Color | inlineexplicit |
| Color(uint8 _r, uint8 _g, uint8 _b) | Color | inlineexplicit |
| Color(uint8 _r, uint8 _g, uint8 _b, uint8 _a) | Color | inlineexplicit |
| Color(const float *_c) | Color | inline |
| Color(const uint8 *pComponent) | Color | inline |
| Color(uint32 _c) | Color | inline |
| g | Color | |
| Green | Color | static |
| green | Color | |
| Grey | Color | static |
| LightGrey | Color | static |
| max(const Color &_c) const | Color | inline |
| min(const Color &_c) const | Color | inline |
| negate() const | Color | inline |
| negateA() const | Color | inline |
| Null | Color | static |
| operator float *() | Color | inline |
| operator uint32() const | Color | inline |
| operator!=(const Color &_c) const | Color | inline |
| operator*(const Color &_c) const | Color | inline |
| operator*(const float f) const | Color | inline |
| operator*=(const Color &c) | Color | inline |
| operator*=(const float f) | Color | inline |
| operator+(const Color &_c) const | Color | inline |
| operator+=(const Color &c) | Color | inline |
| operator-(const Color &_c) const | Color | inline |
| operator-() const | Color | inline |
| operator-=(const Color &c) | Color | inline |
| operator/(const Color &_c) const | Color | inline |
| operator/(const float f) const | Color | inline |
| operator/=(const Color &c) | Color | inline |
| operator/=(const float f) | Color | inline |
| operator<<(std::ostream &stream, const Color &color) | Color | friend |
| operator==(const Color &_c) const | Color | inline |
| r | Color | |
| red | Color | |
| Red | Color | static |
| White | Color | static |
| Yellow | Color | static |