SEpocBitmapHeader Class Reference

#include <bitmap.h>

class SEpocBitmapHeader

Detailed Description

Contains information about the bitmap when streaming bitmaps to stores.

Member Attribute Documentation

iBitmapSize

TInt iBitmapSize

The size of the bitmap data, in bytes.

iBitsPerPixel

TInt iBitsPerPixel

The bitmap's number of bits per pixel

iColor

TInt iColor

Whether or not the bitmap is colour and comprises an alpha value.

iCompression

The type of compression used to store the bitmap.

iPaletteEntries

TInt iPaletteEntries

The number of entries in the bitmap's palette.

iSizeInPixels

TSize iSizeInPixels

The size of the bitmap, in pixels.

iSizeInTwips

TSize iSizeInTwips

The size of the bitmap, in twips.

iStructSize

TInt 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.

EnumeratorValueDescription
ENoColor0

Bitmap doesn't comprise color

EColor1

Bitmap comprises color

EColorAlpha2

Bitmap comprises color with alpha channel

EColorAlphaPM3

Bitmap comprises pre-multiplied colors with alpha channel

EColorUndefined8

Unknown format

Constructor & Destructor Documentation

SEpocBitmapHeader ( )

SEpocBitmapHeader()[inline]