tagBITMAPINFOHEADER Struct Reference

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.

Detailed Description

This structure contains information about the dimensions and color format of a device-independent bitmap (DIB).


Field Documentation

Specifies the number of bits per pixel.

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.

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.

Specifies the size, in bytes, of the image.

u32 biWidth

Specifies the width of the bitmap, in pixels.

Specifies the horizontal resolution, in pixels per meter, of the target device for the bitmap.

Specifies the vertical resolution, in pixels per meter, of the target device for the bitmap.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on Tue Nov 24 12:43:58 2009 for GRRLIB by  doxygen 1.6.1