#include <bitmap.h>
| class SEpocBitmapHeader |
| Public Attributes | |
|---|---|
| TInt | iBitmapSize |
| TInt | iBitsPerPixel |
| TInt | iColor |
| TBitmapfileCompression | iCompression |
| TInt | iPaletteEntries |
| TSize | iSizeInPixels |
| TSize | iSizeInTwips |
| TInt | iStructSize |
| Public Member Enumerations | |
|---|---|
| enum | TColor { ENoColor, EColor, EColorAlpha, EColorAlphaPM, EColorUndefined } |
| Public Member Functions | |
|---|---|
| SEpocBitmapHeader() | |
Contains information about the bitmap when streaming bitmaps to stores.
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 |