This is the complete list of members for SDL::PixelFormat, including all inherited members.
ForMasks(int bpp, Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask) | SDL::PixelFormat | inlinestatic |
Get(Uint32 pixel, PaletteConstParam palette={}) const | SDL::PixelFormat | inline |
GetBitsPerPixel() const | SDL::PixelFormat | |
GetBytesPerPixel() const | SDL::PixelFormat | |
GetDetails() const | SDL::PixelFormat | inline |
GetFlags() const | SDL::PixelFormat | |
GetLayout() const | SDL::PixelFormat | |
GetMasks(int *bpp, Uint32 *Rmask, Uint32 *Gmask, Uint32 *Bmask, Uint32 *Amask) const | SDL::PixelFormat | inline |
GetName() const | SDL::PixelFormat | inline |
GetOrder() const | SDL::PixelFormat | |
GetType() const | SDL::PixelFormat | |
Is10Bit() const | SDL::PixelFormat | |
IsAlpha() const | SDL::PixelFormat | |
IsArray() const | SDL::PixelFormat | |
IsFloat() const | SDL::PixelFormat | |
IsFourCC() const | SDL::PixelFormat | |
IsIndexed() const | SDL::PixelFormat | |
IsPacked() const | SDL::PixelFormat | |
Map(ColorRaw c, PaletteConstParam palette={}) const | SDL::PixelFormat | inline |
operator const PixelFormatDetails &() const | SDL::PixelFormat | inline |
operator PixelFormatRaw() const | SDL::PixelFormat | inline |
PixelFormat(PixelFormatRaw format={}) | SDL::PixelFormat | inline |
PixelFormat(PixelType type, int order, PackedLayout layout, int bits, int bytes) | SDL::PixelFormat | inline |