doom3-gpl
Doom 3 GPL source release
|
Public Attributes | |
unsigned char | id_length |
unsigned char | colormap_type |
unsigned char | image_type |
unsigned short | colormap_index |
unsigned short | colormap_length |
unsigned char | colormap_size |
unsigned short | x_origin |
unsigned short | y_origin |
unsigned short | width |
unsigned short | height |
unsigned char | pixel_size |
unsigned char | attributes |
Definition at line 201 of file Image_files.cpp.
unsigned char _TargaHeader::attributes |
Definition at line 206 of file Image_files.cpp.
unsigned short _TargaHeader::colormap_index |
Definition at line 203 of file Image_files.cpp.
unsigned short _TargaHeader::colormap_length |
Definition at line 203 of file Image_files.cpp.
unsigned char _TargaHeader::colormap_size |
Definition at line 204 of file Image_files.cpp.
unsigned char _TargaHeader::colormap_type |
Definition at line 202 of file Image_files.cpp.
unsigned short _TargaHeader::height |
Definition at line 205 of file Image_files.cpp.
unsigned char _TargaHeader::id_length |
Definition at line 202 of file Image_files.cpp.
unsigned char _TargaHeader::image_type |
Definition at line 202 of file Image_files.cpp.
unsigned char _TargaHeader::pixel_size |
Definition at line 206 of file Image_files.cpp.
unsigned short _TargaHeader::width |
Definition at line 205 of file Image_files.cpp.
unsigned short _TargaHeader::x_origin |
Definition at line 205 of file Image_files.cpp.
unsigned short _TargaHeader::y_origin |
Definition at line 205 of file Image_files.cpp.