HSBtoColor(Int32,Int32,Int32) Method

Kaliko Image Library

Kaliko.ImageLibrary
HSBtoColor(Int32,Int32,Int32) Method





Hue value.
Saturation value.
Brightness value.
Converts HSB to Color.
Syntax
'Declaration
 
Public Overloads Shared Function HSBtoColor( _
   ByVal h As System.Integer, _
   ByVal s As System.Integer, _
   ByVal b As System.Integer _
) As System.Drawing.Color
'Usage
 
Dim h As System.Integer
Dim s As System.Integer
Dim b As System.Integer
Dim value As System.Drawing.Color
 
value = ColorSpaceHelper.HSBtoColor(h, s, b)
public static System.Drawing.Color HSBtoColor( 
   System.int h,
   System.int s,
   System.int b
)
public function HSBtoColor( 
    h: System.Integer;
    s: System.Integer;
    b: System.Integer
): System.Drawing.Color; static; 
public static function HSBtoColor( 
   h : System.int,
   s : System.int,
   b : System.int
) : System.Drawing.Color;
public: static System.Drawing.Color HSBtoColor( 
   System.int h,
   System.int s,
   System.int b
) 
public:
static System.Drawing.Color HSBtoColor( 
   System.int h,
   System.int s,
   System.int b
) 

Parameters

h
Hue value.
s
Saturation value.
b
Brightness value.
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