Source position: libsdl2.pas line 592
type TSDL_PixelFormat = record |
||
format: UInt32; |
|
|
palette: PSDL_Palette; |
|
|
BitsPerPixel: UInt8; |
|
|
BytesPerPixel: UInt8; |
|
|
padding: array [0..1] of UInt8; |
|
|
Rmask: UInt32; |
|
|
Gmask: UInt32; |
|
|
Bmask: UInt32; |
|
|
Amask: UInt32; |
|
|
Rloss: UInt8; |
|
|
Gloss: UInt8; |
|
|
Bloss: UInt8; |
|
|
Aloss: UInt8; |
|
|
Rshift: UInt8; |
|
|
Gshift: UInt8; |
|
|
Bshift: UInt8; |
|
|
Ashift: UInt8; |
|
|
refcount: SInt32; |
|
|
next: PSDL_PixelFormat; |
|
|
end; |
CT Web help |
CodeTyphon Studio |