|
claw 1.9.0
|
Image specification. More...
#include <targa.hpp>
Public Member Functions | |
| bool | up_down_oriented () const |
| Is image stored up to down ? | |
| bool | left_right_oriented () const |
| Is image stored left to right ? | |
| unsigned char | alpha () const |
| Number of bits per pixel assigned to alpha chanel. | |
Public Attributes | |
| unsigned short | x_origin |
| Lower left corner X-origin. | |
| unsigned short | y_origin |
| Lower left corner Y-origin. | |
| unsigned short | width |
| Image width. | |
| unsigned short | height |
| Image height. | |
| unsigned char | bpp |
| Bits per pixel. | |
| unsigned char | descriptor |
| descriptor. | |
| unsigned char claw::graphic::targa::file_structure::header::specification::alpha | ( | ) | const |
Number of bits per pixel assigned to alpha chanel.
Definition at line 94 of file targa_file_structure.cpp.
| bool claw::graphic::targa::file_structure::header::specification::left_right_oriented | ( | ) | const |
Is image stored left to right ?
Definition at line 84 of file targa_file_structure.cpp.
| bool claw::graphic::targa::file_structure::header::specification::up_down_oriented | ( | ) | const |
Is image stored up to down ?
Definition at line 75 of file targa_file_structure.cpp.
| unsigned char claw::graphic::targa::file_structure::header::specification::bpp |
| unsigned char claw::graphic::targa::file_structure::header::specification::descriptor |
| unsigned short claw::graphic::targa::file_structure::header::specification::height |
| unsigned short claw::graphic::targa::file_structure::header::specification::width |
| unsigned short claw::graphic::targa::file_structure::header::specification::x_origin |
| unsigned short claw::graphic::targa::file_structure::header::specification::y_origin |