Unit ColorTbl

Classes

TColorTable - RFastColorTable

Functions

Types

RColorTable
RFastColorTable
TColorItem

Constants

Variables


Functions


Types


RColorTable = record
Count : Integer;
Colors : packed array[0..255] of TColorItem;
end;
TColorItem
RFastColorTable = record
Colors : array[0..255] of TColor;
end;
TColorTable
TColorItem = record
Red : byte;
Green : byte;
Blue : byte;
end;
Imports TColor

Constants


Variables