|
|
|
class TGifBackgroundColor : public TImageDataBlock;
GIF specific image data variant which holds background color info.
It can only be used with the GIF decoder (the encoder is not configurable).
TImageDataBlock -
The abstract base class for all format-specific image data variants.
TGifBackgroundColor -
GIF specific image data variant which holds background color info.
Defined in TGifBackgroundColor:
DuplicateL(CFrameImageData &)constTGifBackgroundColor()Default constructor for this class. iBackgroundColorThe background colour as an RGB value.iBackgroundColorIndexThe background colour as an index.Inherited from TImageDataBlock:
DataType()constReturns the data type of the current TImageDataBlock object.TImageDataBlock(TUid)Constructs and initialises the TImageDataBlock object to the data type specified...private: virtual TImageDataBlock* DuplicateL(CFrameImageData &aFrameImageData) const;
|
|
TRgb iBackgroundColor;
The background colour as an RGB value.