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

TStdCMYK

Declaration

Source position: fpcolorspace.pas line 94

type TStdCMYK = packed record

public

  C: single;

  M: single;

  Y: single;

  K: single;

  class function New();

end;


Documentation generated on: 2025-07-25