TGifBackgroundColor Class Reference

#include <icl/imagecodecdata.h>

Link against: imageconversion.lib

class TGifBackgroundColor : public TImageDataBlock

Inherits from

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

Member Attribute Documentation

iBackgroundColor

TRgb iBackgroundColor

The background colour as an RGB value.

iBackgroundColorIndex

TInt iBackgroundColorIndex

The background colour as an index.

Constructor & Destructor Documentation

TGifBackgroundColor ( )

IMPORT_CTGifBackgroundColor()

Default constructor for this class.