Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: 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:
DuplicateL(), TGifBackgroundColor(), iBackgroundColor, iBackgroundColorIndex

Inherited from TImageDataBlock:
DataType()


Construction and destruction


TGifBackgroundColor()

IMPORT_C TGifBackgroundColor();

Description

Default constructor for this class.

[Top]


Member functions


DuplicateL()

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.