bindbc-sdl v1.4.8 (2024-07-02T09:16:45Z)
Dub
Repo
SDL_PixelFormat
sdl
pixels
Undocumented in source.
struct
SDL_PixelFormat {
SDL_PixelFormatEnum
format
;
SDL_Palette
*
palette
;
ubyte
BitsPerPixel
;
ubyte
BytesPerPixel
;
ubyte
[
2
]
padding
;
uint
Rmask
;
uint
Gmask
;
uint
Bmask
;
uint
Amask
;
ubyte
Rloss
;
ubyte
Gloss
;
ubyte
Bloss
;
ubyte
Aloss
;
ubyte
Rshift
;
ubyte
Gshift
;
ubyte
Bshift
;
ubyte
Ashift
;
int
refcount
;
SDL_PixelFormat
*
next
;
}
Members
Variables
Aloss
ubyte
Aloss
;
Undocumented in source.
Amask
uint
Amask
;
Undocumented in source.
Ashift
ubyte
Ashift
;
Undocumented in source.
BitsPerPixel
ubyte
BitsPerPixel
;
Undocumented in source.
Bloss
ubyte
Bloss
;
Undocumented in source.
Bmask
uint
Bmask
;
Undocumented in source.
Bshift
ubyte
Bshift
;
Undocumented in source.
BytesPerPixel
ubyte
BytesPerPixel
;
Undocumented in source.
Gloss
ubyte
Gloss
;
Undocumented in source.
Gmask
uint
Gmask
;
Undocumented in source.
Gshift
ubyte
Gshift
;
Undocumented in source.
Rloss
ubyte
Rloss
;
Undocumented in source.
Rmask
uint
Rmask
;
Undocumented in source.
Rshift
ubyte
Rshift
;
Undocumented in source.
format
SDL_PixelFormatEnum
format
;
Undocumented in source.
next
SDL_PixelFormat
*
next
;
Undocumented in source.
padding
ubyte
[
2
]
padding
;
Undocumented in source.
palette
SDL_Palette
*
palette
;
Undocumented in source.
refcount
int
refcount
;
Undocumented in source.
Meta
Source
See Implementation
sdl
pixels
aliases
SDL_ArrayOrder
SDL_BitmapOrder
SDL_Colour
SDL_DEFINE_PIXELFOURCC
SDL_PackedLayout
SDL_PackedOrder
SDL_PixelFormatEnum
SDL_PixelType
SDL_SetPaletteColours
enums
SDL_ARRAYORDER_NONE
SDL_BITMAPORDER_NONE
SDL_PACKEDLAYOUT_NONE
SDL_PACKEDORDER_NONE
SDL_PIXELFORMAT_EXTERNAL_OES
SDL_PIXELFORMAT_INDEX2LSB
SDL_PIXELFORMAT_NV12
SDL_PIXELFORMAT_RGBA32
SDL_PIXELFORMAT_RGBX32
SDL_PIXELFORMAT_UNKNOWN
SDL_PIXELFORMAT_YV12
SDL_PIXELTYPE_INDEX2
SDL_PIXELTYPE_UNKNOWN
functions
SDL_BITSPERPIXEL
SDL_BYTESPERPIXEL
SDL_DEFINE_PIXELFORMAT
SDL_ISPIXELFORMAT_ALPHA
SDL_ISPIXELFORMAT_ARRAY
SDL_ISPIXELFORMAT_FOURCC
SDL_ISPIXELFORMAT_INDEXED
SDL_ISPIXELFORMAT_PACKED
SDL_PIXELFLAG
SDL_PIXELLAYOUT
SDL_PIXELORDER
SDL_PIXELTYPE
manifest constants
SDL_ALPHA_OPAQUE
SDL_ALPHA_TRANSPARENT
structs
SDL_Color
SDL_Palette
SDL_PixelFormat