SDL Utility
|
This is the complete list of members for Color, including all inherited members.
a | Color | |
b | Color | |
Black | Color | static |
Blue | Color | static |
Color() | Color | |
Color(Uint8 r, Uint8 g, Uint8 b, Uint8 a=255) | Color | |
Color(Uint32 color) | Color | |
Cyan | Color | static |
FromHSV(Uint16 h, Uint8 s, Uint8 v) | Color | static |
g | Color | |
Green | Color | static |
Magenta | Color | static |
operator!=(const Color &left, const Color &right) | Color | friend |
operator*(const Color &left, const Color &right) | Color | friend |
operator*=(Color &left, const Color &right) | Color | friend |
operator+(const Color &left, const Color &right) | Color | friend |
operator+=(Color &left, const Color &right) | Color | friend |
operator-(const Color &left, const Color &right) | Color | friend |
operator-=(Color &left, const Color &right) | Color | friend |
operator/(const Color &left, const Color &right) | Color | friend |
operator/=(Color &left, const Color &right) | Color | friend |
operator==(const Color &left, const Color &right) | Color | friend |
r | Color | |
Red | Color | static |
ToInt() | Color | |
Transparent | Color | static |
White | Color | static |
Yellow | Color | static |