sdl.pixels

Undocumented in source.

Members

Aliases

SDL_ArrayOrder
alias SDL_ArrayOrder = int
Undocumented in source.
SDL_BitmapOrder
alias SDL_BitmapOrder = int
Undocumented in source.
SDL_Colour
alias SDL_Colour = SDL_Color
Undocumented in source.
SDL_DEFINE_PIXELFOURCC
alias SDL_DEFINE_PIXELFOURCC = SDL_FOURCC
Undocumented in source.
SDL_PackedLayout
alias SDL_PackedLayout = int
Undocumented in source.
SDL_PackedOrder
alias SDL_PackedOrder = int
Undocumented in source.
SDL_PixelFormatEnum
alias SDL_PixelFormatEnum = uint
Undocumented in source.
SDL_PixelType
alias SDL_PixelType = int
Undocumented in source.
SDL_SetPaletteColours
alias SDL_SetPaletteColours = SDL_SetPaletteColors
Undocumented in source.

Enums

SDL_ARRAYORDER_NONE
anonymousenum SDL_ARRAYORDER_NONE
Undocumented in source.
SDL_BITMAPORDER_NONE
anonymousenum SDL_BITMAPORDER_NONE
Undocumented in source.
SDL_ISPIXELFORMAT_FOURCC
deprecated eponymoustemplate SDL_ISPIXELFORMAT_FOURCC(uint format)
Undocumented in source.
SDL_PACKEDLAYOUT_NONE
anonymousenum SDL_PACKEDLAYOUT_NONE
Undocumented in source.
SDL_PACKEDORDER_NONE
anonymousenum SDL_PACKEDORDER_NONE
Undocumented in source.
SDL_PIXELFORMAT_EXTERNAL_OES
anonymousenum SDL_PIXELFORMAT_EXTERNAL_OES
Undocumented in source.
SDL_PIXELFORMAT_NV12
anonymousenum SDL_PIXELFORMAT_NV12
Undocumented in source.
SDL_PIXELFORMAT_RGBA32
anonymousenum SDL_PIXELFORMAT_RGBA32
Undocumented in source.
SDL_PIXELFORMAT_RGBA32
anonymousenum SDL_PIXELFORMAT_RGBA32
Undocumented in source.
SDL_PIXELFORMAT_UNKNOWN
anonymousenum SDL_PIXELFORMAT_UNKNOWN
Undocumented in source.
SDL_PIXELFORMAT_YV12
anonymousenum SDL_PIXELFORMAT_YV12
Undocumented in source.
SDL_PIXELTYPE_UNKNOWN
anonymousenum SDL_PIXELTYPE_UNKNOWN
Undocumented in source.

Functions

SDL_BITSPERPIXEL
uint SDL_BITSPERPIXEL(uint x)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_BYTESPERPIXEL
uint SDL_BYTESPERPIXEL(uint x)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_DEFINE_PIXELFORMAT
uint SDL_DEFINE_PIXELFORMAT(int type, int order, int layout, int bits, int bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_ISPIXELFORMAT_ALPHA
bool SDL_ISPIXELFORMAT_ALPHA(uint format)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_ISPIXELFORMAT_ARRAY
bool SDL_ISPIXELFORMAT_ARRAY(uint format)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_ISPIXELFORMAT_FOURCC
uint SDL_ISPIXELFORMAT_FOURCC(uint format)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_ISPIXELFORMAT_INDEXED
bool SDL_ISPIXELFORMAT_INDEXED(uint format)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_ISPIXELFORMAT_PACKED
bool SDL_ISPIXELFORMAT_PACKED(uint format)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_PIXELFLAG
uint SDL_PIXELFLAG(uint x)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_PIXELLAYOUT
uint SDL_PIXELLAYOUT(uint x)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_PIXELORDER
uint SDL_PIXELORDER(uint x)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_PIXELTYPE
uint SDL_PIXELTYPE(uint x)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

SDL_ALPHA_OPAQUE
enum SDL_ALPHA_OPAQUE;
Undocumented in source.
SDL_ALPHA_TRANSPARENT
enum SDL_ALPHA_TRANSPARENT;
Undocumented in source.

Structs

SDL_Color
struct SDL_Color
Undocumented in source.
SDL_Palette
struct SDL_Palette
Undocumented in source.
SDL_PixelFormat
struct SDL_PixelFormat
Undocumented in source.

Templates

SDL_BYTESPERPIXEL
deprecated template SDL_BYTESPERPIXEL(uint x)
Undocumented in source.
SDL_ISPIXELFORMAT_ALPHA
deprecated template SDL_ISPIXELFORMAT_ALPHA(uint format)
Undocumented in source.
SDL_ISPIXELFORMAT_ARRAY
deprecated template SDL_ISPIXELFORMAT_ARRAY(uint format)
Undocumented in source.
SDL_ISPIXELFORMAT_INDEXED
deprecated template SDL_ISPIXELFORMAT_INDEXED(uint format)
Undocumented in source.
SDL_ISPIXELFORMAT_PACKED
deprecated template SDL_ISPIXELFORMAT_PACKED(uint format)
Undocumented in source.

Variables

SDL_BITSPERPIXEL
deprecated enum uint SDL_BITSPERPIXEL(uint x);
Undocumented in source.
SDL_DEFINE_PIXELFORMAT
deprecated enum uint SDL_DEFINE_PIXELFORMAT(int type, int order, int layout, int bits, int bytes);
Undocumented in source.
SDL_PIXELFLAG
deprecated enum uint SDL_PIXELFLAG(uint x);
Undocumented in source.
SDL_PIXELLAYOUT
deprecated enum uint SDL_PIXELLAYOUT(uint x);
Undocumented in source.
SDL_PIXELORDER
deprecated enum uint SDL_PIXELORDER(uint x);
Undocumented in source.
SDL_PIXELTYPE
deprecated enum uint SDL_PIXELTYPE(uint x);
Undocumented in source.

Meta