DK11 for Java | tatukgis.jdk.TGIS_Color.ToHSL | Fields | Methods | Properties
Retrieves the hue (H), saturation (S) and lightness (L) components of the current color.
// Java public void ToHSL( /* ref */ @ValueTypeParameter VarParameter<double> _h, /* ref */ @ValueTypeParameter VarParameter<double> _s, /* ref */ @ValueTypeParameter VarParameter<double> _l );
// Oxygene public procedure ToHSL( var _h : Double; var _s : Double; var _l : Double );
Name | Type | Description |
---|---|---|
_h | double Double | hue, varies from 0 to 1 |
_s | double Double | saturation, varies from 0 to 1 |
_l | double Double | lightness, varies from 0 to 1 |