Polycode::Color Member List
This is the complete list of members for
Polycode::Color, including all inherited members.
a | Polycode::Color | |
b | Polycode::Color | |
Color() | Polycode::Color | |
Color(int r, int g, int b, int a) | Polycode::Color | |
Color(Number r, Number g, Number b, Number a) | Polycode::Color | |
Color(const Color *color) | Polycode::Color | |
Color(unsigned int hex) | Polycode::Color | |
g | Polycode::Color | |
getBrightness() const | Polycode::Color | |
getHue() const | Polycode::Color | |
getSaturation() const | Polycode::Color | |
getUint() const | Polycode::Color | |
getValue() const | Polycode::Color | |
operator*(const Color &v2) const | Polycode::Color | [inline] |
operator+(const Color &v2) const | Polycode::Color | [inline] |
r | Polycode::Color | |
Random() | Polycode::Color | |
setColor(Number r, Number g, Number b, Number a) | Polycode::Color | |
setColor(const Color *color) | Polycode::Color | |
setColorHex(unsigned int hex) | Polycode::Color | |
setColorHexRGB(unsigned int hex) | Polycode::Color | |
setColorHSV(Number h, Number s, Number v) | Polycode::Color | |
setColorRGB(int r, int g, int b) | Polycode::Color | |
setColorRGBA(int r, int g, int b, int a) | Polycode::Color | |