Unit 'gba' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libgbafpc]

pcx_header

Declaration

Source position: pcx.inc line 45

type pcx_header = packed record

  manufacturer: Byte;

  version: Byte;

  encoding: Byte;

  bpp: Byte;

  x1: u16;

  y1: u16;

  x2: u16;

  y2: u16;

  hres: u16;

  vres: u16;

  palette: array [0..47] of Byte;

  reserved: Byte;

  color_planes: Byte;

  BytesPerLine: u16;

  PaletteType: u16;

  dummy: array [0..57] of Byte;

end;


Documentation generated on: 2023-03-18