Documents for Imaging .NET Edition | GCDocuments
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / SaturationEffect Class / Get Method
The saturation of the image between 0.0f (monochrome) and 1.0f (fully saturated).

In This Topic
    Get Method (SaturationEffect)
    In This Topic
    Returns an instance of the SaturationEffect class.
    Syntax
    'Declaration
     
    Public Shared Function Get( _
       ByVal saturation As System.Single _
    ) As SaturationEffect
    public static SaturationEffect Get( 
       System.float saturation
    )

    Parameters

    saturation
    The saturation of the image between 0.0f (monochrome) and 1.0f (fully saturated).
    See Also