Source position: intuition.pas line 1713
type tColorSpec = record
ColorIndex: SmallInt;
Red: Word;
Green: Word;
Blue: Word;
end;