HSBtoColor(Int32,Int32,Int32) Method
From Kaliko Image Library
Kaliko.ImageLibrary
HSBtoColor(Int32,Int32,Int32) Method
Hue value.
Saturation value.
Brightness value.
Converts HSB to Color.
Syntax
'DeclarationPublic Overloads Shared Function HSBtoColor( _ ByVal h As System.Integer, _ ByVal s As System.Integer, _ ByVal b As System.Integer _ ) As System.Drawing.Color
'UsageDim 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 function HSBtoColor( h: System.Integer; s: System.Integer; b: System.Integer ): System.Drawing.Color; static;
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