SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
SDL::Color Member List

This is the complete list of members for SDL::Color, including all inherited members.

Color(ColorRaw color={}) noexceptSDL::Colorinline
Color(Uint8 r, Uint8 g, Uint8 b, Uint8 a=255) noexceptSDL::Colorinline
Get(Uint32 pixel, const PixelFormatDetails &format, PaletteConstParam palette)SDL::Colorinlinestatic
GetA() const noexceptSDL::Colorinline
GetB() const noexceptSDL::Colorinline
GetG() const noexceptSDL::Colorinline
GetR() const noexceptSDL::Colorinline
Map(const PixelFormatDetails &format, PaletteConstParam palette) constSDL::Colorinline
SetA(Uint8 newA) noexceptSDL::Colorinline
SetB(Uint8 newB) noexceptSDL::Colorinline
SetG(Uint8 newG) noexceptSDL::Colorinline
SetR(Uint8 newR) noexceptSDL::Colorinline