[Overview][Types][Classes][Index] Reference for unit 'DGraph' (#DEngine)

TTgaHeader

Zagolovok tga faila.

Declaration

Source position: DGraph.pas line 21

type TTgaHeader = packed record

  idLength: Byte;

  colormapType: Byte;

  imageType: Byte;

  colormapIndex: Word;

  colormapLength: Word;

  colormapEntrySize: Byte;

  xOrigin: Word;

  yOrigin: Word;

  width: Word;

  height: Word;

  pixelSize: Byte;

  imageDesc: Byte;

end;