Converts a TColor value to its Hue, Lightness, and Saturation values.
Source position: graphutil.pp line 31
procedure ColorToHLS( |
const AColor: TGraphicsColor; |
out H: Byte; |
out L: Byte; |
out S: Byte |
); |
AColor |
|
TColor value converted in the method. |
H |
|
Hue value for the specified color. |
L |
|
Lightness value for the specified color. |
S |
|
Saturation value for the specified color. |