Share via


HSBColor.ShiftSaturation 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 ShiftSaturation ( _
    c As Color, _
    saturationDelta As Single _
) As Color
'Usage
Dim c As Color
Dim saturationDelta As Single
Dim returnValue As Color

returnValue = HSBColor.ShiftSaturation(c, _
    saturationDelta)
public static Color ShiftSaturation(
    Color c,
    float saturationDelta
)
public:
static Color ShiftSaturation(
    Color c, 
    float saturationDelta
)
static member ShiftSaturation : 
        c:Color * 
        saturationDelta:float32 -> Color 
public static function ShiftSaturation(
    c : Color, 
    saturationDelta : float
) : Color

Parameters

  • saturationDelta
    Type: System.Single
    The saturation value for the HSBColor

Return Value

Type: System.Drawing.Color
The value that assigns to the hsbColor.