class SEpocBitmapHeader |
Contains information about the bitmap when streaming bitmaps to stores.
Public Member Functions | |
---|---|
SEpocBitmapHeader() |
Public Member Enumerations | |
---|---|
enum | TColor { ENoColor = 0, EColor = 1, EColorAlpha = 2, EColorAlphaPM = 3, EColorUndefined = 8 } |
Public Attributes | |
---|---|
TInt | iBitmapSize |
TInt | iBitsPerPixel |
TInt | iColor |
TBitmapfileCompression | iCompression |
TInt | iPaletteEntries |
TSize | iSizeInPixels |
TSize | iSizeInTwips |
TInt | iStructSize |
Defines whether bitmap is colour and if it comprises an alpha channel.
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 |
TBitmapfileCompression | iCompression |
The type of compression used to store the bitmap.