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

THSLAPixel

Declaration

Source position: fpcolorspace.pas line 216

type THSLAPixel = packed record

public

  hue: Word;

  saturation: Word;

  lightness: Word;

  alpha: Word;

  class function New();

  function ToFPColor();

  procedure FromFPColor();

  procedure FromExpanded();

  function ToExpanded;

end;


Documentation generated on: 2025-07-25