Unit 'sdl' Package
[Overview][Constants][Types][Procedures and functions][Index] [#sdl]

TSDL_PixelFormat

Declaration

Source position: sdl.pas line 1949

type TSDL_PixelFormat = record

  palette: PSDL_Palette;

  BitsPerPixel: UInt8;

  BytesPerPixel: UInt8;

  Rloss: UInt8;

  Gloss: UInt8;

  Bloss: UInt8;

  Aloss: UInt8;

  Rshift: UInt8;

  Gshift: UInt8;

  Bshift: UInt8;

  Ashift: UInt8;

  RMask: UInt32;

  GMask: UInt32;

  BMask: UInt32;

  AMask: UInt32;

  colorkey: UInt32;

  alpha: UInt8;

end;


Documentation generated on: 2023-03-18