TGAHeader

Implements Truevision Graphics bitmap header.

Members

Enums

ColorMapType
enum ColorMapType

Defines the type of the color map.

ImageType
enum ImageType

Defines the type of the image.

Variables

colorMapDepth
ubyte colorMapDepth;

bits per pixel (entry)

colorMapLength
ushort colorMapLength;

number of total entries (incl. skipped)

colorMapOffset
ushort colorMapOffset;

index of first actual map entry

colorMapType
ubyte colorMapType;

See ColorMapType enumerator

height
ushort height;

Image height

idLength
ubyte idLength;

length in bytes

imageType
ubyte imageType;

See ImageType enumerator

pixelDepth
ubyte pixelDepth;

bits per pixel

width
ushort width;

Image width

xOrigin
ushort xOrigin;

X origin of the image on the screen

yOrigin
ushort yOrigin;

Y origin of the image on the screen

Meta