GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor / ToHSL Method





In This Topic
ToHSL Method (GdPictureColor)
In This Topic
Syntax
'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
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor
GdPictureColor Members