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; |