GoDiagram Win Reference
ColorFromHsb Method

The "Hue" component of the color according to the HSB color model.
The "Saturation" component of the color according to the HSB color model.
The "Brightness" component of the color according to the HSB color model.
Creates a System.Drawing.Color structure from the three HSB component values.
Syntax
'Declaration
 
Public Shared Function ColorFromHsb( _
   ByVal hue As Single, _
   ByVal saturation As Single, _
   ByVal brightness As Single _
) As Color
public static Color ColorFromHsb( 
   float hue,
   float saturation,
   float brightness
)

Parameters

hue
The "Hue" component of the color according to the HSB color model.
saturation
The "Saturation" component of the color according to the HSB color model.
brightness
The "Brightness" component of the color according to the HSB color model.

Return Value

Returns a System.Drawing.Color structure.
Remarks
The hue parameter value ranges from 0.0f to 360.0f, inclusive. Each of the other parameter values range from 0.0f to 1.0f, inclusive. Alpha is set to 1.0f (fully opaque). This is more efficient than GoColor.FromHsb(hue, saturation, brightness).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

GoColor Structure
GoColor Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback