Claw  1.7.3
Public Member Functions | Public Attributes | List of all members
claw::graphic::targa::file_structure::header::specification Struct Reference

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.

Detailed Description

Image specification.

Definition at line 102 of file targa.hpp.


The documentation for this struct was generated from the following files: