Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / AutoLevel Method
Indicates if the method should keep the relative intensities of the color channels unchanged.
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
    AutoLevel Method
    In This Topic
    Modifies R, G, B color intensities such that the maximum range of values (0..255) is fully covered.
    Syntax
    'Declaration
     
    Public Sub AutoLevel( _
       Optional ByVal keepRelativeIntensities As System.Boolean, _
       Optional ByVal lowClipPercent As System.Single, _
       Optional ByVal highClipPercent As System.Single _
    ) 
    public void AutoLevel( 
       System.bool keepRelativeIntensities,
       System.float lowClipPercent,
       System.float highClipPercent
    )

    Parameters

    keepRelativeIntensities
    Indicates if the method should keep the relative intensities of the color channels unchanged.
    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