ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / ColorF Structure / AdjustSaturationRef Method
The adjusted color.
The color whose saturation is to be adjusted.
The amount by which to adjust the saturation.

In This Topic
    AdjustSaturationRef Method
    In This Topic
    Adjusts the saturation of a color.
    Syntax
    'Declaration
     
    Public Shared Sub AdjustSaturationRef( _
       ByRef result As ColorF, _
       ByRef value As ColorF, _
       ByVal saturation As System.Single _
    ) 
    public static void AdjustSaturationRef( 
       out ColorF result,
       ref ColorF value,
       System.float saturation
    )

    Parameters

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