Gosu::Color Member List
This is the complete list of members for
Gosu::Color, including all inherited members.
abgr() const | Gosu::Color | [inline] |
alpha() const (defined in Gosu::Color) | Gosu::Color | [inline] |
argb() const | Gosu::Color | [inline] |
bgr() const | Gosu::Color | [inline] |
blue() const (defined in Gosu::Color) | Gosu::Color | [inline] |
Channel typedef (defined in Gosu::Color) | Gosu::Color | |
Color() | Gosu::Color | [inline] |
Color(boost::uint32_t argb) | Gosu::Color | [inline] |
Color(Channel red, Channel green, Channel blue) (defined in Gosu::Color) | Gosu::Color | [inline] |
Color(Channel alpha, Channel red, Channel green, Channel blue) (defined in Gosu::Color) | Gosu::Color | [inline] |
fromAHSV(Channel alpha, double h, double s, double v) (defined in Gosu::Color) | Gosu::Color | [static] |
fromHSV(double h, double s, double v) | Gosu::Color | [static] |
green() const (defined in Gosu::Color) | Gosu::Color | [inline] |
hue() const | Gosu::Color | |
red() const (defined in Gosu::Color) | Gosu::Color | [inline] |
saturation() const | Gosu::Color | |
setAlpha(Channel value) (defined in Gosu::Color) | Gosu::Color | [inline] |
setBlue(Channel value) (defined in Gosu::Color) | Gosu::Color | [inline] |
setGreen(Channel value) (defined in Gosu::Color) | Gosu::Color | [inline] |
setHue(double h) | Gosu::Color | |
setRed(Channel value) (defined in Gosu::Color) | Gosu::Color | [inline] |
setSaturation(double s) | Gosu::Color | |
setValue(double v) | Gosu::Color | |
value() const | Gosu::Color | |