| Unit ColorTbl |
| Classes |
TColorTable - RFastColorTable
| Functions |
| Types |
RColorTable
RFastColorTable
TColorItem
| Constants |
| Variables |
| Functions |
| Types |
RColorTable = recordTColorItem
Count : Integer;
Colors : packed array[0..255] of TColorItem;
end;
RFastColorTable = recordTColorTable
Colors : array[0..255] of TColor;
end;
TColorItem = recordImports TColor
Red : byte;
Green : byte;
Blue : byte;
end;
| Constants |
| Variables |