DioDocs for PDF
AutoLevel メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス : AutoLevel メソッド
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.
Modifies R, G, B color intensities such that the maximum range of values (0..255) is fully covered.
シンタックス
'宣言
 
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
)

パラメータ

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.
参照

GcBitmap クラス
GcBitmap メンバ