| Class TColorTable (unit ColorTbl) |
TObject
RFastColorTable
| Constructors |
constructor Create(NColors: Word);| Functions |
procedure AdjustColorCount;
procedure CompactColors;
function GetColor(Index: Byte): TColor;
function GetColorIndex(Color: TColor): Integer;
function GetCount: Integer;
procedure SetCount(NewValue: Integer);| Properties |
property Count : Integer| Events |
| Variables |
CT : RColorTable;
FCT : RFastColorTable;| Constructors |
constructor Create(NColors: Word);TColorTable_Create256 } (***** TColorTable
| Functions |
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
| Properties |
property Count : Integer| Events |
| Variables |
CT : RColorTable;
FCT : RFastColorTable;