Source position: fpcolorspace.pas line 94
type TStdCMYK = packed record
public
C: single;
M: single;
Y: single;
K: single;
class function New();
end;