![]() |
Pixel Dust Game Engine
v0.9.5
|
This is the complete list of members for Color, including all inherited members.
alpha | Color | |
blue | Color | |
Color() | Color | inline |
Color(int r, int g, int b) | Color | inline |
Color(float r, float g, float b) | Color | inline |
Color(int r, int g, int b, int a) | Color | inline |
Color(float r, float g, float b, float a) | Color | inline |
Color(uint32 c) | Color | inlineexplicit |
convertToGrayscale() | Color | inline |
green | Color | |
makeColor(float rf, float gf, float bf) | Color | inlinestatic |
makeColor(float rf, float gf, float bf, float af) | Color | inlinestatic |
makeColor(const char *cssColorValue) | Color | static |
operator=(const Color &c) | Color | inline |
operator=(uint32 c) | Color | inline |
operator==(const Color &c) | Color | inline |
operator==(uint32 c) | Color | inline |
red | Color |