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

TExpandedPixel

Declaration

Source position: fpcolorspace.pas line 170

type TExpandedPixel = packed record

public

  red: Word;

  green: Word;

  blue: Word;

  alpha: Word;

  class function New();

  function ToFPColor();

  procedure FromFPColor();

  function GetIntensity;

  function SetIntensity();

  function GetLightness; overload;

  function SetLightness();

  function ColorImportance;

  function Merge();

  function ExpandedDiff();

  function GetHue;

end;


Documentation generated on: 2025-07-25