TColor
Declaration
TColor = -$7FFFFFFF-1..$7FFFFFFF;
Description
VCL type used to represent colors.
See Also
◼TRGB
◼ImageEn Color Methods
◼VCL TColor Documentation
Example
aColor := IERGB2ToColor( 255, 0, 0 );
Panel1.Color := aColor; // Panel1.Color will be clRed