|
||
class SEpocBitmapHeader;
Contains information about the bitmap when streaming bitmaps to stores.
Defined in SEpocBitmapHeader
:
EColor
Bitmap comprises color EColorAlpha
Bitmap comprises color with alpha channel EColorAlphaPM
Bitmap comprises pre-multiplied colors with alpha channel EColorUndefined
Unknown format ENoColor
Bitmap doesn't comprise color SEpocBitmapHeader()
TColor
Defines whether bitmap is colour and if it comprises an alpha channel. 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. TColor
Defines whether bitmap is colour and if it comprises an alpha channel.
|
TBitmapfileCompression iCompression;
The type of compression used to store the bitmap.