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

TAdobeRGBA

Declaration

Source position: fpcolorspace.pas line 67

type TAdobeRGBA = packed record

public

  red: Byte;

  green: Byte;

  blue: Byte;

  alpha: Byte;

  class function New();

end;


Documentation generated on: 2025-07-25