'宣言 Public Overloads Sub AutoContrast( _ ByVal lowClipPercent As System.Single, _ ByVal highClipPercent As System.Single _ )
public void AutoContrast( System.float lowClipPercent, System.float highClipPercent )
パラメータ
- 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.