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