DioDocs for PDF
AdjustLevels(Color,Color,Color,Color,Single) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス > AdjustLevels メソッド : AdjustLevels(Color,Color,Color,Color,Single) メソッド
Adjusts the levels of an image histogram.

The method maps the input range of values (blackPoint..whitePoint) to the output range (outputBlack..outputWhite) using the specified gamma correction (midtone).

シンタックス
'宣言
 
Public Overloads Sub AdjustLevels( _
   ByVal blackPoint As System.Drawing.Color, _
   ByVal whitePoint As System.Drawing.Color, _
   ByVal outputBlack As System.Drawing.Color, _
   ByVal outputWhite As System.Drawing.Color, _
   Optional ByVal midtone As System.Single _
) 
public void AdjustLevels( 
   System.Drawing.Color blackPoint,
   System.Drawing.Color whitePoint,
   System.Drawing.Color outputBlack,
   System.Drawing.Color outputWhite,
   System.float midtone
)

パラメータ

blackPoint
whitePoint
outputBlack
outputWhite
midtone
参照

GcBitmap クラス
GcBitmap メンバ
オーバーロード一覧