NDEVR
API Documentation
IcoFile::BitmapInfoHeader

Windows BITMAPINFOHEADER structure used to describe the bitmap data within an ICO file. More...

Public Attributes

uint02 biBitCount
 Bits per pixel (e.g., 32 for RGBA).
uint04 biClrImportant
 Number of important colors (0 means all are important).
uint04 biClrUsed
 Number of colors in the color table (0 for default).
uint04 biCompression
 Compression type (0 for uncompressed).
sint04 biHeight
 Height of the bitmap in pixels (doubled for ICO to include AND mask).
uint02 biPlanes
 Number of color planes (must be 1).
uint04 biSize
 Size of this structure in bytes (always 40).
uint04 biSizeImage
 Size of the raw bitmap data in bytes.
sint04 biWidth
 Width of the bitmap in pixels.
sint04 biXPelsPerMeter
 Horizontal resolution in pixels per meter.
sint04 biYPelsPerMeter
 Vertical resolution in pixels per meter.

Detailed Description

Windows BITMAPINFOHEADER structure used to describe the bitmap data within an ICO file.


Definition at line 43 of file ConvertToIco.h.


The documentation for this struct was generated from the following file: