#include <imagelib.h>
Data Fields | |
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 37 of file imagelib.h.
unsigned char targa_header_s::attributes |
Definition at line 49 of file imagelib.h.
unsigned short targa_header_s::colormap_index |
Definition at line 41 of file imagelib.h.
unsigned short targa_header_s::colormap_length |
Definition at line 42 of file imagelib.h.
unsigned char targa_header_s::colormap_size |
Definition at line 43 of file imagelib.h.
unsigned char targa_header_s::colormap_type |
Definition at line 39 of file imagelib.h.
unsigned short targa_header_s::height |
Definition at line 47 of file imagelib.h.
unsigned char targa_header_s::id_length |
Definition at line 38 of file imagelib.h.
unsigned char targa_header_s::image_type |
Definition at line 40 of file imagelib.h.
unsigned char targa_header_s::pixel_size |
Definition at line 48 of file imagelib.h.
unsigned short targa_header_s::width |
Definition at line 46 of file imagelib.h.
unsigned short targa_header_s::x_origin |
Definition at line 44 of file imagelib.h.
unsigned short targa_header_s::y_origin |
Definition at line 45 of file imagelib.h.