TGA_Header

Header of a TGA file.

Members

Variables

bits_pp
ubyte bits_pp;
Undocumented in source.
data_type
ubyte data_type;
Undocumented in source.
flags
ubyte flags;
Undocumented in source.
height
ushort height;
Undocumented in source.
id_length
ubyte id_length;
Undocumented in source.
palette_bits
ubyte palette_bits;
Undocumented in source.
palette_length
ushort palette_length;
Undocumented in source.
palette_start
ushort palette_start;
Undocumented in source.
palette_type
ubyte palette_type;
Undocumented in source.
width
ushort width;
Undocumented in source.
x_origin
ushort x_origin;
Undocumented in source.
y_origin
ushort y_origin;
Undocumented in source.

Meta