Describes a BMP header. More...
#include <OSDLImage.h>
Public Attributes | |
| Ceylan::Uint16 | type | 
| Magic identifier.   | |
| Ceylan::Uint32 | size | 
| File size, in bytes.   | |
| Ceylan::Uint16 | firstReserved | 
| Reserved for later use.   | |
| Ceylan::Uint16 | secondReserved | 
| Reserved for later use.   | |
| Ceylan::Uint32 | offset | 
| Offset to image data, in bytes.   | |
| Ceylan::Uint32 | width | 
| Width of image.   | |
| Ceylan::Uint32 | height | 
| Height of image.   | |
| Ceylan::Uint16 | planes | 
| Number of colour planes.   | |
| Ceylan::Uint16 | bits | 
| Bits per pixel.   | |
| Ceylan::Uint32 | compression | 
| Compression type.   | |
| Ceylan::Uint32 | imagesize | 
| Image size, in bytes.   | |
| Ceylan::Uint32 | xresolution | 
| Pixels per meter, for abscissa.   | |
| Ceylan::Uint32 | yresolution | 
| Pixels per meter, for ordinate.   | |
| Ceylan::Uint32 | ncolours | 
| Number of colours.   | |
| Ceylan::Uint32 | importantcolours | 
| Important colours.   | |
Describes a BMP header.
Describes a BMP Info header.
Definition at line 993 of file OSDLImage.h.
| Ceylan::Uint16 OSDL::Video::TwoDimensional::__attribute__::bits | 
Bits per pixel.
Definition at line 1059 of file OSDLImage.h.
| Ceylan::Uint32 OSDL::Video::TwoDimensional::__attribute__::compression | 
Compression type.
Definition at line 1063 of file OSDLImage.h.
| Ceylan::Uint16 OSDL::Video::TwoDimensional::__attribute__::firstReserved | 
Reserved for later use.
Definition at line 1006 of file OSDLImage.h.
| Ceylan::Uint32 OSDL::Video::TwoDimensional::__attribute__::height | 
Height of image.
Definition at line 1051 of file OSDLImage.h.
| Ceylan::Uint32 OSDL::Video::TwoDimensional::__attribute__::imagesize | 
Image size, in bytes.
Definition at line 1067 of file OSDLImage.h.
| Ceylan::Uint32 OSDL::Video::TwoDimensional::__attribute__::importantcolours | 
Important colours.
Definition at line 1083 of file OSDLImage.h.
| Ceylan::Uint32 OSDL::Video::TwoDimensional::__attribute__::ncolours | 
Number of colours.
Definition at line 1079 of file OSDLImage.h.
| Ceylan::Uint32 OSDL::Video::TwoDimensional::__attribute__::offset | 
Offset to image data, in bytes.
Definition at line 1014 of file OSDLImage.h.
| Ceylan::Uint16 OSDL::Video::TwoDimensional::__attribute__::planes | 
Number of colour planes.
Definition at line 1055 of file OSDLImage.h.
| Ceylan::Uint16 OSDL::Video::TwoDimensional::__attribute__::secondReserved | 
Reserved for later use.
Definition at line 1010 of file OSDLImage.h.
| Ceylan::Uint32 OSDL::Video::TwoDimensional::__attribute__::size | 
| Ceylan::Uint16 OSDL::Video::TwoDimensional::__attribute__::type | 
Magic identifier.
Definition at line 998 of file OSDLImage.h.
| Ceylan::Uint32 OSDL::Video::TwoDimensional::__attribute__::width | 
Width of image.
Definition at line 1047 of file OSDLImage.h.
| Ceylan::Uint32 OSDL::Video::TwoDimensional::__attribute__::xresolution | 
Pixels per meter, for abscissa.
Definition at line 1071 of file OSDLImage.h.
| Ceylan::Uint32 OSDL::Video::TwoDimensional::__attribute__::yresolution | 
Pixels per meter, for ordinate.
Definition at line 1075 of file OSDLImage.h.
 1.6.3