Image specification.
More...
#include <targa.hpp>
|
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.
|
|
|
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.
|
|
Image specification.
Definition at line 102 of file targa.hpp.
◆ alpha()
unsigned char claw::graphic::targa::file_structure::header::specification::alpha |
( |
| ) |
const |
◆ left_right_oriented()
bool claw::graphic::targa::file_structure::header::specification::left_right_oriented |
( |
| ) |
const |
◆ up_down_oriented()
bool claw::graphic::targa::file_structure::header::specification::up_down_oriented |
( |
| ) |
const |
◆ bpp
unsigned char claw::graphic::targa::file_structure::header::specification::bpp |
◆ descriptor
unsigned char claw::graphic::targa::file_structure::header::specification::descriptor |
◆ height
unsigned short claw::graphic::targa::file_structure::header::specification::height |
◆ width
unsigned short claw::graphic::targa::file_structure::header::specification::width |
◆ x_origin
unsigned short claw::graphic::targa::file_structure::header::specification::x_origin |
Lower left corner X-origin.
Definition at line 105 of file targa.hpp.
◆ y_origin
unsigned short claw::graphic::targa::file_structure::header::specification::y_origin |
Lower left corner Y-origin.
Definition at line 107 of file targa.hpp.
The documentation for this struct was generated from the following files: