Gosu::Color Member List
This is the complete list of members for
Gosu::Color, including all inherited members.
abgr() const | Gosu::Color | |
alpha() const | Gosu::Color | |
AQUA | Gosu::Color | [static] |
argb() const | Gosu::Color | |
bgr() const | Gosu::Color | |
BLACK | Gosu::Color | [static] |
BLUE | Gosu::Color | [static] |
blue() const | Gosu::Color | |
Channel typedef | Gosu::Color | |
Color() | Gosu::Color | |
Color(boost::uint32_t argb) | Gosu::Color | |
Color(Channel red, Channel green, Channel blue) | Gosu::Color | |
Color(Channel alpha, Channel red, Channel green, Channel blue) | Gosu::Color | |
CYAN | Gosu::Color | [static] |
fromAHSV(Channel alpha, double h, double s, double v) | Gosu::Color | [static] |
fromHSV(double h, double s, double v) | Gosu::Color | [static] |
FUCHSIA | Gosu::Color | [static] |
GRAY | Gosu::Color | [static] |
GREEN | Gosu::Color | [static] |
green() const | Gosu::Color | |
hue() const | Gosu::Color | |
NONE | Gosu::Color | [static] |
RED | Gosu::Color | [static] |
red() const | Gosu::Color | |
saturation() const | Gosu::Color | |
setAlpha(Channel value) | Gosu::Color | |
setBlue(Channel value) | Gosu::Color | |
setGreen(Channel value) | Gosu::Color | |
setHue(double h) | Gosu::Color | |
setRed(Channel value) | Gosu::Color | |
setSaturation(double s) | Gosu::Color | |
setValue(double v) | Gosu::Color | |
value() const | Gosu::Color | |
WHITE | Gosu::Color | [static] |
YELLOW | Gosu::Color | [static] |