SDL3pp
A slim C++ wrapper for SDL3
|
This is the complete list of members for SDL::Color, including all inherited members.
Color(const SDL_Color &color={}) | SDL::Color | inline |
Color(Uint8 r, Uint8 g, Uint8 b, Uint8 a=255) | SDL::Color | inline |
Get(Uint32 pixel, const PixelFormatDetails &format, PaletteRef palette) | SDL::Color | inlinestatic |
GetA() const | SDL::Color | inline |
GetB() const | SDL::Color | inline |
GetG() const | SDL::Color | inline |
GetR() const | SDL::Color | inline |
Map(const PixelFormatDetails &format, PaletteRef palette) const | SDL::Color | inline |
operator<=>(const Color &other) const | SDL::Color | inline |
operator<=>(const SDL_Color &color) const | SDL::Color | inline |
SetA(Uint8 newA) | SDL::Color | inline |
SetB(Uint8 newB) | SDL::Color | inline |
SetG(Uint8 newG) | SDL::Color | inline |
SetR(Uint8 newR) | SDL::Color | inline |