ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / ColorF Structure / AdjustSaturation Method
The color whose saturation is to be adjusted.
The amount by which to adjust the saturation.

In This Topic
    AdjustSaturation Method
    In This Topic
    Adjusts the saturation of a color.
    Syntax
    'Declaration
     
    Public Shared Function AdjustSaturation( _
       ByVal value As ColorF, _
       ByVal saturation As System.Single _
    ) As ColorF
    public static ColorF AdjustSaturation( 
       ColorF value,
       System.float saturation
    )

    Parameters

    value
    The color whose saturation is to be adjusted.
    saturation
    The amount by which to adjust the saturation.

    Return Value

    The adjusted color.
    See Also