CLAW Library (a C++ Library Absolutely Wonderful) 1.5.5
|
Tool class used for defining the structures of the datas stored in a targa file. More...
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... | |
Public Types | |
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 } |
Tool class used for defining the structures of the datas stored in a targa file.
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.
{ 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