Source position: fpcolorspace.pas line 162
type TYCbCr = packed record
public
Y: single;
Cb: single;
Cr: single;
class function New();
end;