HSBColor.ShiftHue Method
Represents the changed hue value of the HSBColor.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Shared Function ShiftHue ( _
c As Color, _
hueDelta As Single _
) As Color
'Usage
Dim c As Color
Dim hueDelta As Single
Dim returnValue As Color
returnValue = HSBColor.ShiftHue(c, hueDelta)
public static Color ShiftHue(
Color c,
float hueDelta
)
public:
static Color ShiftHue(
Color c,
float hueDelta
)
static member ShiftHue :
c:Color *
hueDelta:float32 -> Color
public static function ShiftHue(
c : Color,
hueDelta : float
) : Color
Parameters
- c
Type: System.Drawing.Color
The Color to shift.
- hueDelta
Type: System.Single
The hue value for the hsbColor
Return Value
Type: System.Drawing.Color
The value that assigns to the HSBColor.