Source position: vditypes.inc line 196
type TCOLOR_ENTRY = record
case Byte of
0: (
rgb: TCOLOR_RGB;
);
1: (
cymk: array [0..1] of LongInt;
end;