Class TColorTable (unit ColorTbl) |
Inherits from
TObject
RFastColorTable
constructor Create(NColors: Word);
- TColorTable_Create256 } (***** TColorTable
procedure AdjustColorCount;
TColorTable.
procedure CompactColors;
TColorTable.
function GetColor(Index: Byte): TColor;
TColorTable.
function GetColorIndex(Color: TColor): Integer;
function GetCount: Integer;
TColorTable.
procedure SetCount(NewValue: Integer);
TColorTable.
property Count : Integer
CT : RColorTable;
FCT : RFastColorTable;
constructor Create(NColors: Word);
TColorTable_Create256 } (***** TColorTable
procedure AdjustColorCount;
TColorTable.Create
procedure CompactColors;
TColorTable.AdjustColorCount
function GetColor(Index: Byte): TColor;
TColorTable.CompactColors
function GetColorIndex(Color: TColor): Integer;
function GetCount: Integer;
TColorTable.GetColorIndex
procedure SetCount(NewValue: Integer);
TColorTable.GetCount
property Count : Integer
CT : RColorTable;
FCT : RFastColorTable;