Packed Record TStdHSVA
Unit
Declaration
type TStdHSVA = packed record
Description
StdHSV color (32-bit floating point channels)
Overview
Fields
hue: single; |
|
saturation: single; |
|
value: single; |
|
alpha: single; |
Methods
class function New(const AHue,ASaturation,AValue:single): TStdHSVA; overload; static; |
|
class function New(const AHue,ASaturation,AValue,AAlpha:single): TStdHSVA; overload; static; |
Description
Fields
hue: single; |
|
This item has no description. |
saturation: single; |
|
This item has no description. |
value: single; |
|
This item has no description. |
alpha: single; |
|
This item has no description. |
Methods
class function New(const AHue,ASaturation,AValue:single): TStdHSVA; overload; static; |
|
This item has no description. |
class function New(const AHue,ASaturation,AValue,AAlpha:single): TStdHSVA; overload; static; |
|
This item has no description. |