NDEVR
API Documentation
IcoFile::IconDirEntry

Represents a single entry in the ICO file directory, describing one icon image. More...

Public Attributes

uint02 bitCount
 Bits per pixel.
uint04 bytesInRes
 Size of the image data in bytes.
uint01 colorCount
 Number of colors in the color palette (0 if more than 256).
uint01 height
 Height of the icon image in pixels (0 means 256).
uint04 imageOffset
 Offset of the image data from the beginning of the file.
uint02 planes
 Number of color planes (should be 1).
uint01 reserved
 Reserved, should be 0.
uint01 width
 Width of the icon image in pixels (0 means 256).

Detailed Description

Represents a single entry in the ICO file directory, describing one icon image.


Definition at line 17 of file ConvertToIco.h.


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