HSBtoColor(Double,Double,Double) Method


Hue value (must be between 0 and 360).
Saturation value (must be between 0 and 1).
Brightness value (must be between 0 and 1).
Converts HSB to a .net Color.

Syntax

'Declaration
 
Public Overloads Shared Function HSBtoColor( _
   ByVal h As Double, _
   ByVal s As Double, _
   ByVal b As Double _
) As Color
public static Color HSBtoColor( 
   double h,
   double s,
   double b
)

Parameters

h
Hue value (must be between 0 and 360).
s
Saturation value (must be between 0 and 1).
b
Brightness value (must be between 0 and 1).

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

This documentation was created using Document! X from Innovasys