|
|
|
class SEpocBitmapHeader;
Contains information about the bitmap when streaming bitmaps to stores.
Defined in SEpocBitmapHeader:
EColorBitmap comprises color EColorAlphaBitmap comprises color with alpha channel EColorAlphaPMBitmap comprises pre-multiplied colors with alpha channel EColorUndefinedUnknown format ENoColorBitmap doesn't comprise color SEpocBitmapHeader()TColorDefines whether bitmap is colour and if it comprises an alpha channel. iBitmapSizeThe size of the bitmap data, in bytes. iBitsPerPixelThe bitmap's number of bits per pixel iColorWhether or not the bitmap is colour and comprises an alpha value. iCompressionThe type of compression used to store the bitmap. iPaletteEntriesThe number of entries in the bitmap's palette. iSizeInPixelsThe size of the bitmap, in pixels. iSizeInTwipsThe size of the bitmap, in twips. iStructSizeThe size of the structure in which the bitmap data is stored. TColor
Defines whether bitmap is colour and if it comprises an alpha channel.
|
TBitmapfileCompression iCompression;
The type of compression used to store the bitmap.