'Declaration
Public Sub ToHSL( _ ByRef hue As Single, _ ByRef saturation As Single, _ ByRef lightness As Single _ )
public void ToHSL( out float hue, out float saturation, out float lightness )
public procedure ToHSL( Out hue: Single; Out saturation: Single; Out lightness: Single );
public function ToHSL( hue : float, saturation : float, lightness : float );
public: void ToHSL( [PARAMFLAG::Out] float hue, [PARAMFLAG::Out] float saturation, [PARAMFLAG::Out] float lightness )
public: void ToHSL( [Out] float hue, [Out] float saturation, [Out] float lightness )
Parameters
- hue
- saturation
- lightness