TGifBackgroundColor Class Reference

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

Inherits from

Constructor & Destructor Documentation

TGifBackgroundColor()

IMPORT_C TGifBackgroundColor ( )

Default constructor for this class.

Member Functions Documentation

DuplicateL(CFrameImageData &)

TImageDataBlock * DuplicateL ( CFrameImageData & aFrameImageData ) const [private, virtual]

Parameters

CFrameImageData & aFrameImageData

Member Data Documentation

TRgb iBackgroundColor

TRgb iBackgroundColor

The background colour as an RGB value.

TInt iBackgroundColorIndex

TInt iBackgroundColorIndex

The background colour as an index.