DK11 for Delphi | GisTypesUI.TGIS_Color.ToAHSL | Fields | Methods | Properties
Retrieve the hue (H), saturation (S) and lightness (L) of the current color.
// Delphi public procedure ToAHSL( var _a : Double; var _h : Double; var _s : Double; var _l : Double ); inline;
// C++ Builder public: void ToAHSL( double &_a, double &_h, double &_s, double &_l );
Name | Type | Description |
---|---|---|
_a | Double | alpha, varies from 0 to 1 |
_h | Double | hue, varies from 0 to 1 |
_s | Double | saturation, varies from 0 to 1 |
_l | Double | lightness, varies from 0 to 1 |