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