Record TSDL_PixelFormat
Unit
Declaration
type TSDL_PixelFormat = record
Description
Overview
Fields
format: cuint32; |
|
palette: PSDL_Palette; |
|
BitsPerPixel: cuint8; |
|
BytesPerPixel: cuint8; |
|
padding: array[0..1] of cuint8; |
|
Rmask: cuint32; |
|
Gmask: cuint32; |
|
Bmask: cuint32; |
|
Amask: cuint32; |
|
Rloss: cuint8; |
|
Gloss: cuint8; |
|
Bloss: cuint8; |
|
Aloss: cuint8; |
|
Rshift: cuint8; |
|
Gshift: cuint8; |
|
Bshift: cuint8; |
|
Ashift: cuint8; |
|
refcount: cint; |
|
next: PSDL_PixelFormat; |
Description
Fields
format: cuint32; |
|
palette: PSDL_Palette; |
|
BitsPerPixel: cuint8; |
|
BytesPerPixel: cuint8; |
|
padding: array[0..1] of cuint8; |
|
Rmask: cuint32; |
|
Gmask: cuint32; |
|
Bmask: cuint32; |
|
Amask: cuint32; |
|
Rloss: cuint8; |
|
Gloss: cuint8; |
|
Bloss: cuint8; |
|
Aloss: cuint8; |
|
Rshift: cuint8; |
|
Gshift: cuint8; |
|
Bshift: cuint8; |
|
Ashift: cuint8; |
|
refcount: cint; |
|
next: PSDL_PixelFormat; |
|
Generated by PasDoc 0.16.0.