This structure contains information about the dimensions and color format of a device-independent bitmap (DIB). More...
#include <grrlib.h>
Data Fields | |
u32 | biSize |
Specifies the size of the structure, in bytes. | |
u32 | biWidth |
Specifies the width of the bitmap, in pixels. | |
u32 | biHeight |
Specifies the height of the bitmap, in pixels. | |
u16 | biPlanes |
Specifies the number of planes for the target device. | |
u16 | biBitCount |
Specifies the number of bits per pixel. | |
u32 | biCompression |
Specifies the type of compression for a compressed bottom-up bitmap. | |
u32 | biSizeImage |
Specifies the size, in bytes, of the image. | |
u32 | biXPelsPerMeter |
Specifies the horizontal resolution, in pixels per meter, of the target device for the bitmap. | |
u32 | biYPelsPerMeter |
Specifies the vertical resolution, in pixels per meter, of the target device for the bitmap. | |
u32 | biClrUsed |
Specifies the number of color indexes in the color table that are actually used by the bitmap. | |
u32 | biClrImportant |
Specifies the number of color indexes required for displaying the bitmap. |
This structure contains information about the dimensions and color format of a device-independent bitmap (DIB).
u16 biBitCount |
Specifies the number of bits per pixel.
u32 biClrImportant |
Specifies the number of color indexes required for displaying the bitmap.
u32 biClrUsed |
Specifies the number of color indexes in the color table that are actually used by the bitmap.
u32 biCompression |
Specifies the type of compression for a compressed bottom-up bitmap.
u32 biHeight |
Specifies the height of the bitmap, in pixels.
u16 biPlanes |
Specifies the number of planes for the target device.
u32 biSize |
Specifies the size of the structure, in bytes.
u32 biSizeImage |
Specifies the size, in bytes, of the image.
u32 biWidth |
Specifies the width of the bitmap, in pixels.
u32 biXPelsPerMeter |
Specifies the horizontal resolution, in pixels per meter, of the target device for the bitmap.
u32 biYPelsPerMeter |
Specifies the vertical resolution, in pixels per meter, of the target device for the bitmap.