In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor / RGBToHSL Method

RGBToHSL Method

In This Topic
Syntax
'Declaration

 

Public Shared Sub RGBToHSL( _

   ByVal red As Byte, _

   ByVal green As Byte, _

   ByVal blue As Byte, _

   ByRef h As Single, _

   ByRef s As Single, _

   ByRef l As Single _

) 
public static void RGBToHSL( 

   byte red,

   byte green,

   byte blue,

   out float h,

   out float s,

   out float l

)
public procedure RGBToHSL( 

    red: Byte;

    green: Byte;

    blue: Byte;

   Out  h: Single;

   Out  s: Single;

   Out  l: Single

); static; 
public static function RGBToHSL( 

   red : byte,

   green : byte,

   blue : byte,

   h : float,

   s : float,

   l : float

);
public: static void RGBToHSL( 

   byte red,

   byte green,

   byte blue,

   [PARAMFLAG::Out] float h,

   [PARAMFLAG::Out] float s,

   [PARAMFLAG::Out] float l

) 
public:

static void RGBToHSL( 

   byte red,

   byte green,

   byte blue,

   [Out] float h,

   [Out] float s,

   [Out] float l

) 

Parameters

red
green
blue
h
s
l
See Also

Reference

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