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 As System.Single, _
ByVal As System.Single _
)
public void AutoContrast(
System.float ,
System.float
)
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