This is the complete list of members for Color, including all inherited members.
| alpha() const | Color | inline |
| black() | Color | inlinestatic |
| blend(double weight, Color that) const | Color | |
| blue() const | Color | inline |
| Color() | Color | inline |
| Color(uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha=255) | Color | inline |
| darken(double unit_amount) const | Color | |
| desaturate(double unit_amount) const | Color | |
| fade_in(double unit_amount) const | Color | |
| fade_out(double unit_amount) const | Color | |
| from_hsla(double hue, double saturation, double lightness, double alpha=1) | Color | static |
| from_hsva(double hue, double saturation, double value, double alpha=1) | Color | static |
| from_rgba(double red, double green, double blue, double alpha=1.0) | Color | static |
| green() const | Color | inline |
| invert() const | Color | |
| lighten(double unit_amount) const | Color | |
| medium_blue() | Color | inlinestatic |
| medium_cyan() | Color | inlinestatic |
| medium_green() | Color | inlinestatic |
| medium_magenta() | Color | inlinestatic |
| medium_red() | Color | inlinestatic |
| medium_yellow() | Color | inlinestatic |
| red() const | Color | inline |
| rotate_hue(double degrees) const | Color | |
| saturate(double unit_amount) const | Color | |
| to_hsla() const | Color | |
| to_hsva() const | Color | |
| white() | Color | inlinestatic |