BCGControlBar Library for .NET
HSVtoRGB Method




Hue component of the color.
Saturation component of the color.
Value component of the color.
Translates the color value from HSV to RGB.
Syntax
'Declaration
 
Public Shared Function HSVtoRGB( _
   ByVal H As Double, _
   ByVal S As Double, _
   ByVal V As Double _
) As Color
'Usage
 
Dim H As Double
Dim S As Double
Dim V As Double
Dim value As Color
 
value = DrawManager.HSVtoRGB(H, S, V)
public static Color HSVtoRGB( 
   double H,
   double S,
   double V
)
public: static Color HSVtoRGB( 
   double H,
   double S,
   double V
) 
public:
static Color HSVtoRGB( 
   double H,
   double S,
   double V
) 

Parameters

H
Hue component of the color.
S
Saturation component of the color.
V
Value component of the color.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DrawManager Class
DrawManager Members

Send Feedback