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

TImlibData

Declaration

Source position: imlib.pp line 108

type TImlibData = record

  num_colors: LongInt;

  palette: PImlibColor;

  palette_orig: PImlibColor;

  fast_rgb: Pbyte;

  fast_err: Plongint;

  fast_erg: Plongint;

  fast_erb: Plongint;

  render_type: LongInt;

  max_shm: LongInt;

  x: Txdata;

  byte_order: LongInt;

  cache: record

    on_image: char;

    size_image: LongInt;

    num_image: LongInt;

    used_image: LongInt;

    image: Pointer;

    on_pixmap: char;

    size_pixmap: LongInt;

    num_pixmap: LongInt;

    used_pixmap: LongInt;

    pixmap: Pointer;

  end;

  fastrend: char;

  hiq: char;

  mods: TImlibColorModifier;

  rmod: TImlibColorModifier;

  gmod: TImlibColorModifier;

  bmod: TImlibColorModifier;

  rmap: array [0..255] of Byte;

  gmap: array [0..255] of Byte;

  bmap: array [0..255] of Byte;

  fallback: char;

  ordered_dither: char;

end;


Documentation generated on: 2023-03-18