Header of a targa file.
More...
#include <targa.hpp>
Public Member Functions |
| header () |
| Default constructor.
|
| header (unsigned int w, unsigned int h) |
| Constructor.
|
Detailed Description
Header of a targa file.
Definition at line 76 of file targa.hpp.
Constructor & Destructor Documentation
claw::graphic::targa::file_structure::header::header |
( |
unsigned int |
w, |
|
|
unsigned int |
h |
|
) |
| |
Constructor.
- Parameters
-
w | The width of the image. |
h | The height of the image. |
Definition at line 53 of file targa_file_structure.cpp.
The documentation for this class was generated from the following files: