sdl2dll
|
This is the complete list of members for sdl::Color, including all inherited members.
Color(Uint8 r=0, Uint8 g=0, Uint8 b=0, Uint8 a=255) | sdl::Color | inline |
Color(const std::string c) | sdl::Color | |
GetA() const | sdl::Color | inline |
GetB() const | sdl::Color | inline |
GetG() const | sdl::Color | inline |
GetR() const | sdl::Color | inline |
operator SDL_Color() | sdl::Color | inline |
SetA(Uint8 a) | sdl::Color | inline |
SetB(Uint8 b) | sdl::Color | inline |
SetG(Uint8 g) | sdl::Color | inline |
SetR(Uint8 r) | sdl::Color | inline |