ImageAttributes.SetThreshold
SetThreshold(float)
既定のカテゴリのしきい値 (透明度の範囲) を設定します。
public void SetThreshold(float threshold)
パラメータ | タイプ | 説明 |
---|---|---|
threshold | Single | しきい値を指定する実数。 |
関連項目
- class ImageAttributes
- 名前空間 System.Drawing.Imaging
- 組み立て Aspose.Drawing
SetThreshold(float, ColorAdjustType)
指定したカテゴリのしきい値 (透明度の範囲) を設定します。
public void SetThreshold(float threshold, ColorAdjustType type)
パラメータ | タイプ | 説明 |
---|---|---|
threshold | Single | 最大値または最小値にマップされる colors をソートするためのブレークポイントとして使用される 0.0 から 1.0 までのしきい値。 |
type | ColorAdjustType | の要素ColorAdjustType色のしきい値が設定されている カテゴリを指定します。 |
関連項目
- enum ColorAdjustType
- class ImageAttributes
- 名前空間 System.Drawing.Imaging
- 組み立て Aspose.Drawing