Unit 'FPColorSpace' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl-image]

TYCbCr

Declaration

Source position: fpcolorspace.pas line 162

type TYCbCr = packed record

public

  Y: single;

  Cb: single;

  Cr: single;

  class function New();

end;


Documentation generated on: 2025-07-25