supertux
|
This is the complete list of members for Color, including all inherited members.
a8() const (defined in Color) | Color | inline |
add_gamma(float x) (defined in Color) | Color | inlinestatic |
alpha (defined in Color) | Color | |
b8() const (defined in Color) | Color | inline |
BLACK (defined in Color) | Color | static |
BLUE (defined in Color) | Color | static |
blue (defined in Color) | Color | |
Color() (defined in Color) | Color | |
Color(float red_, float green_, float blue_, float alpha_=1.0) (defined in Color) | Color | |
Color(const std::vector< float > &vals) (defined in Color) | Color | |
CYAN (defined in Color) | Color | static |
from_linear(float r, float g, float b, float a=1.0f) (defined in Color) | Color | inlinestatic |
from_rgb888(uint8_t r, uint8_t g, uint8_t b) (defined in Color) | Color | inlinestatic |
from_rgba8888(uint8_t r, uint8_t g, uint8_t b, uint8_t a=255) (defined in Color) | Color | inlinestatic |
g8() const (defined in Color) | Color | inline |
green (defined in Color) | Color | |
GREEN (defined in Color) | Color | static |
greyscale() const (defined in Color) | Color | |
MAGENTA (defined in Color) | Color | static |
multiply_linearly(float v) const (defined in Color) | Color | |
operator!=(const Color &other) const (defined in Color) | Color | |
operator*(const Color &o) const (defined in Color) | Color | inline |
operator*(const CalculateColor &o) const (defined in Color) | Color | inline |
operator*(float m) const (defined in Color) | Color | inline |
operator+(const Color &o) const (defined in Color) | Color | inline |
operator+(const CalculateColor &o) const (defined in Color) | Color | inline |
operator-(const Color &o) const (defined in Color) | Color | inline |
operator-(const CalculateColor &o) const (defined in Color) | Color | inline |
operator/(const Color &o) const (defined in Color) | Color | inline |
operator/(const CalculateColor &o) const (defined in Color) | Color | inline |
operator/(float d) const (defined in Color) | Color | inline |
operator<(const Color &other) const (defined in Color) | Color | |
operator==(const Color &other) const (defined in Color) | Color | |
r8() const (defined in Color) | Color | inline |
red (defined in Color) | Color | |
RED (defined in Color) | Color | static |
remove_gamma(float x) (defined in Color) | Color | inlinestatic |
rgba() const (defined in Color) | Color | inline |
to_sdl_color() const (defined in Color) | Color | inline |
to_string() const | Color | inline |
toVector() (defined in Color) | Color | |
WHITE (defined in Color) | Color | static |
YELLOW (defined in Color) | Color | static |