#include <bitmap.hpp>
Definition at line 76 of file bitmap.hpp.
Public Attributes | |
| char | id [2] |
| File identifier (must be 'BM'). | |
| unsigned int | file_size |
| File's size. | |
| unsigned int | nop |
| not used. | |
| unsigned int | data_offset |
| Begininf of the datas. | |
| unsigned int | header_size |
| Header's size. | |
| unsigned int | width |
| Image's width. | |
| unsigned int | height |
| Image's height. | |
| unsigned short | layers |
| Number of layers. | |
| unsigned short | bpp |
| Bits per pixel. | |
| unsigned int | compression |
| Compression algorithm. | |
| unsigned int | image_size |
| Image's size (bytes). | |
| unsigned int | ppm_x |
| Horizontal resolution (pixels per meter). | |
| unsigned int | ppm_y |
| Vertical resolution (pixels per meter). | |
| unsigned int | colors_count |
| Number of colors. | |
| unsigned int | importants_colors |
| Number of important colors. | |
| unsigned short claw::graphic::bitmap::file_structure::header::bpp |
| unsigned short claw::graphic::bitmap::file_structure::header::layers |
| unsigned int claw::graphic::bitmap::file_structure::header::nop |
| unsigned int claw::graphic::bitmap::file_structure::header::ppm_x |
| unsigned int claw::graphic::bitmap::file_structure::header::ppm_y |
| unsigned int claw::graphic::bitmap::file_structure::header::width |
1.4.7