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

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス > AdjustLevels メソッド : AdjustLevels(UInt32,UInt32,UInt32,UInt32,Single) メソッド
The input black point in 32-bit ARGB format (the Alpha channel is ignored).
The input white point in 32-bit ARGB format (the Alpha channel is ignored).
The output black point in 32-bit ARGB format (the Alpha channel is ignored).
The output white point in 32-bit ARGB format (the Alpha channel is ignored).
The value of gamma correction.
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.UInteger, _
   ByVal whitePoint As System.UInteger, _
   ByVal outputBlack As System.UInteger, _
   ByVal outputWhite As System.UInteger, _
   Optional ByVal midtone As System.Single _
) 
public void AdjustLevels( 
   System.uint blackPoint,
   System.uint whitePoint,
   System.uint outputBlack,
   System.uint outputWhite,
   System.float midtone
)

パラメータ

blackPoint
The input black point in 32-bit ARGB format (the Alpha channel is ignored).
whitePoint
The input white point in 32-bit ARGB format (the Alpha channel is ignored).
outputBlack
The output black point in 32-bit ARGB format (the Alpha channel is ignored).
outputWhite
The output white point in 32-bit ARGB format (the Alpha channel is ignored).
midtone
The value of gamma correction.
参照

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