Modifies R, G, B color intensities such that the maximum range of values (0..255) is fully covered.
シンタックス
'宣言
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
)
パラメータ
- 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.
参照