#include <cwindowsbitmap.h>
Public Attributes | |
| uint32_t | biSize |
| int32_t | biWidth |
| int32_t | biHeight |
| uint16_t | biPlanes |
| uint16_t | biBitCount |
| uint32_t | biCompression |
| uint32_t | biSizeImage |
| int32_t | biXPelsPerMeter |
| int32_t | biYPelsPerMeter |
| uint32_t | biClrUsed |
| uint32_t | biClrImportant |
the size of this header (40 bytes)
the bitmap width in pixels (signed integer)
the bitmap height in pixels (signed integer)
the number of color planes being used. Must be set to 1
the number of bits per pixel, which is the color depth of the image
the compression method being used
the image size
the horizontal resolution of the image (pixel per meter)
the vertical resolution of the image (pixel per meter)
the number of colors in the color palette, or 0 to default to 2^n
the number of important colors used, or 0 when every color is important; generally ignored.
1.5.3