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

TStdRGBA

Declaration

Source position: fpcolorspace.pas line 58

type TStdRGBA = packed record

public

  red: single;

  green: single;

  blue: single;

  alpha: single;

  class function New();

end;


Documentation generated on: 2025-07-25