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

RGBToHSV Method

In This Topic
Syntax
'Declaration

 

Public Shared Sub RGBToHSV( _

   ByVal r As Byte, _

   ByVal g As Byte, _

   ByVal b As Byte, _

   ByRef h As Single, _

   ByRef s As Byte, _

   ByRef v As Byte _

) 
public static void RGBToHSV( 

   byte r,

   byte g,

   byte b,

   out float h,

   out byte s,

   out byte v

)
public procedure RGBToHSV( 

    r: Byte;

    g: Byte;

    b: Byte;

   Out  h: Single;

   Out  s: Byte;

   Out  v: Byte

); static; 
public static function RGBToHSV( 

   r : byte,

   g : byte,

   b : byte,

   h : float,

   s : byte,

   v : byte

);
public: static void RGBToHSV( 

   byte r,

   byte g,

   byte b,

   [PARAMFLAG::Out] float h,

   [PARAMFLAG::Out] byte s,

   [PARAMFLAG::Out] byte v

) 
public:

static void RGBToHSV( 

   byte r,

   byte g,

   byte b,

   [Out] float h,

   [Out] byte s,

   [Out] byte v

) 

Parameters

r
g
b
h
s
v
See Also

Reference

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