HSBtoRGB(Double,Double,Double) Method

Kaliko Image Library

Kaliko.ImageLibrary
HSBtoRGB(Double,Double,Double) Method





Converts HSB to RGB.
Syntax
'Declaration
 
Public Overloads Shared Function HSBtoRGB( _
   ByVal h As System.Double, _
   ByVal s As System.Double, _
   ByVal b As System.Double _
) As RGB
'Usage
 
Dim h As System.Double
Dim s As System.Double
Dim b As System.Double
Dim value As RGB
 
value = ColorSpaceHelper.HSBtoRGB(h, s, b)
public static RGB HSBtoRGB( 
   System.double h,
   System.double s,
   System.double b
)
public function HSBtoRGB( 
    h: System.Double;
    s: System.Double;
    b: System.Double
): RGB; static; 
public static function HSBtoRGB( 
   h : System.double,
   s : System.double,
   b : System.double
) : RGB;
public: static RGB HSBtoRGB( 
   System.double h,
   System.double s,
   System.double b
) 
public:
static RGB HSBtoRGB( 
   System.double h,
   System.double s,
   System.double b
) 

Parameters

h
s
b
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