Inheritance diagram for claw::graphic::targa::file_structure:
Definition at line 57 of file targa.hpp.
Public Types | |
color_mapped = 1 | |
true_color = 2 | |
black_and_white = 3 | |
rle_color_mapped = 9 | |
rle_true_color = 10 | |
rle_black_and_white = 11 | |
enum | image_coding { color_mapped = 1, true_color = 2, black_and_white = 3, rle_color_mapped = 9, rle_true_color = 10, rle_black_and_white = 11 } |
Classes | |
struct | developer_item |
Item in the developper directory. More... | |
struct | extension |
Extension area. More... | |
class | footer |
Footer of a targa file. More... | |
class | header |
Header of a targa file. More... |
color_mapped | |
true_color | |
black_and_white | |
rle_color_mapped | |
rle_true_color | |
rle_black_and_white |
Definition at line 60 of file targa.hpp.
00061 { 00062 color_mapped = 1, 00063 true_color = 2, 00064 black_and_white = 3, 00065 rle_color_mapped = 9, 00066 rle_true_color = 10, 00067 rle_black_and_white = 11 00068 }; // enum image_coding