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

HSVToRGB Method

In This Topic
Syntax
'Declaration

 

Public Shared Sub HSVToRGB( _

   ByVal h As Single, _

   ByVal s As Byte, _

   ByVal v As Byte, _

   ByRef r As Byte, _

   ByRef g As Byte, _

   ByRef b As Byte _

) 
public static void HSVToRGB( 

   float h,

   byte s,

   byte v,

   out byte r,

   out byte g,

   out byte b

)
public procedure HSVToRGB( 

    h: Single;

    s: Byte;

    v: Byte;

   Out  r: Byte;

   Out  g: Byte;

   Out  b: Byte

); static; 
public static function HSVToRGB( 

   h : float,

   s : byte,

   v : byte,

   r : byte,

   g : byte,

   b : byte

);
public: static void HSVToRGB( 

   float h,

   byte s,

   byte v,

   [PARAMFLAG::Out] byte r,

   [PARAMFLAG::Out] byte g,

   [PARAMFLAG::Out] byte b

) 
public:

static void HSVToRGB( 

   float h,

   byte s,

   byte v,

   [Out] byte r,

   [Out] byte g,

   [Out] byte b

) 

Parameters

h
s
v
r
g
b
See Also

Reference

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