Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ImageCodecData.h>
Link against: imageconversion.lib

Class TGifBackgroundColor

class TGifBackgroundColor : public TImageDataBlock;

Description

GIF specific image data variant which holds background color info.

It can only be used with the GIF decoder (the encoder is not configurable).

Derivation

Members

Defined in TGifBackgroundColor:

Inherited from TImageDataBlock:


Construction and destruction


TGifBackgroundColor()

IMPORT_C TGifBackgroundColor();

Description

Default constructor for this class.

[Top]


Member functions


DuplicateL(CFrameImageData &)const

private: virtual TImageDataBlock* DuplicateL(CFrameImageData &aFrameImageData) const;

Description

Parameters

CFrameImageData &aFrameImageData

Return value

TImageDataBlock *

[Top]


Member data


iBackgroundColorIndex

TInt iBackgroundColorIndex;

Description

The background colour as an index.


iBackgroundColor

TRgb iBackgroundColor;

Description

The background colour as an RGB value.