Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GrayscaleBitmap Class / AutoContrast Method / AutoContrast(Single,Single) Method
The percent of extremely low values to be clipped, not greater than 10.
The percent of extremely high values to be clipped, not greater than 10.

In This Topic
    AutoContrast(Single,Single) Method
    In This Topic
    Modifies pixel intensities, clipping extremely low and extremely high values, such that available range of values (0..255) is fully covered.
    Syntax
    'Declaration
     
    Public Overloads Sub AutoContrast( _
       ByVal lowClipPercent As System.Single, _
       ByVal highClipPercent As System.Single _
    ) 
    public void AutoContrast( 
       System.float lowClipPercent,
       System.float highClipPercent
    )

    Parameters

    lowClipPercent
    The percent of extremely low values to be clipped, not greater than 10.
    highClipPercent
    The percent of extremely high values to be clipped, not greater than 10.
    See Also