|
CoreComponents 3.0.0
A Modern C++ Toolkit
|
This is the complete list of members for Color, including all inherited members.
| alpha() const | Color | |
| AlphaMask | Color | static |
| AlphaShift | Color | static |
| applyOver(Color b) | Color | |
| Black | Color | static |
| blend(Color a, Color b) | Color | static |
| blue() const | Color | |
| Blue | Color | static |
| BlueMask | Color | static |
| BlueShift | Color | static |
| Color() | Color | |
| Color(uint32_t w) | Color | |
| Color(int w) (defined in Color) | Color | |
| Color(const char *s) (defined in Color) | Color | |
| Color(const String &s) | Color | explicit |
| Color(T r, T g, T b, T a=0xFF) | Color | |
| darker(int percent) const | Color | |
| fromHsl(double h, double s, double l) | Color | static |
| fromHsv(double h, double s, double v) | Color | static |
| fromHue(double h) | Color | static |
| Green | Color | static |
| green() const | Color | |
| GreenMask | Color | static |
| GreenShift | Color | static |
| isOpaque() const | Color | |
| isValid() const | Color | |
| lighter(int percent) const | Color | |
| mixedWith(Color b, int percent) const | Color | |
| mixIn(Color b, int percent) | Color | |
| normalize() | Color | |
| normalized() const | Color | |
| on(Color b) const | Color | |
| operator bool() const | Color | explicit |
| operator uint32_t() const | Color | |
| operator()(int percent) const | Color | |
| premultiplied() const | Color | |
| premultiply() | Color | |
| Red | Color | static |
| red() const | Color | |
| RedMask | Color | static |
| RedShift | Color | static |
| toString() const | Color | |
| Transparent | Color | static |
| value() const | Color | |
| value() | Color | |
| White | Color | static |