Class TColorTable (unit MPGifImg)

Inherits from

TObject

Constructors


constructor CreateFromStream(aSize: Cardinal; Stream: TStream);



Functions

function CreatePalette: HPalette;


destructor Destroy;

if

function GetColor(Index: integer): TColor;


function GetTriple(Index: integer): TGIFTriple;


Properties

property Color : TColor


property Colors : PColorTableArray


property Count : integer


property Triple : TGIFTriple


Events

Variables

FColors : PColorTableArray;


FCount : integer;



Constructors


constructor CreateFromStream(aSize: Cardinal; Stream: TStream);


Functions


function CreatePalette: HPalette;


destructor Destroy;

if


function GetColor(Index: integer): TColor;


function GetTriple(Index: integer): TGIFTriple;


Properties


property Color : TColor


property Colors : PColorTableArray


property Count : integer


property Triple : TGIFTriple


Events


Variables


FColors : PColorTableArray;


FCount : integer;