|
|
|
class TGifColorTable : public TFrameDataBlock;
GIF specific frame data for saving a frame local color map (palette).
TFrameDataBlock -
The abstract base class for all format-specific frame data variants.
TGifColorTable -
GIF specific frame data for saving a frame local color map (palette).
Defined in TGifColorTable:
DuplicateL(CFrameImageData &)constCreate a copy of this class.TGifColorTable()Constructor for this class. Set the data type for this class to KGIFColorTableUi...iPaletteThe palette Inherited from TFrameDataBlock:
DataType()constReturns the data type of the current TFrameDataBlock object.TFrameDataBlock(TUid)Constructs and initialises the TFrameDataBlock object to the data type specified...IMPORT_C TGifColorTable();
Constructor for this class. Set the data type for this class to KGIFColorTableUid
private: virtual TFrameDataBlock* DuplicateL(CFrameImageData &aFrameImageData) const;
Create a copy of this class.
|
|
TRgb iPalette[KGifColorTableMaxEntries];
The palette