| [Overview][Constants][Types][Procedures and functions][Variables][Index] | 
Record describing palette RGB color
Source position: graphh.inc line 443
type RGBRec = packed record  | 
||
Red: SmallInt;  | 
  | 
Red component of color  | 
Green: SmallInt;  | 
  | 
Green component of color  | 
Blue: SmallInt;  | 
  | 
Blue component of color  | 
end;  |