SEpocBitmapHeader Class Reference
Detailed Description
Contains information about the bitmap when streaming bitmaps to stores.
Member Attribute Documentation
iBitmapSize
The size of the bitmap data, in bytes.
iBitsPerPixel
The bitmap's number of bits per pixel
iColor
Whether or not the bitmap is colour and comprises an alpha value.
iCompression
The type of compression used to store the bitmap.
iPaletteEntries
The number of entries in the bitmap's palette.
iSizeInPixels
The size of the bitmap, in pixels.
iSizeInTwips
The size of the bitmap, in twips.
iStructSize
The size of the structure in which the bitmap data is stored.
Member Enumeration Documentation
Enum TColor
Defines whether bitmap is colour and if it comprises an alpha channel.
Enumerator | Value | Description |
---|
ENoColor | 0 |
Bitmap doesn't comprise color
|
EColor | 1 |
Bitmap comprises color
|
EColorAlpha | 2 |
Bitmap comprises color with alpha channel
|
EColorAlphaPM | 3 |
Bitmap comprises pre-multiplied colors with alpha channel
|
EColorUndefined | 8 |
Unknown format
|
Constructor & Destructor Documentation
SEpocBitmapHeader ( )
SEpocBitmapHeader | ( | ) | [inline] |