ImageAttributes.SetThreshold

SetThreshold(float)

既定のカテゴリのしきい値 (透明度の範囲) を設定します。

public void SetThreshold(float threshold)
パラメータタイプ説明
thresholdSingleしきい値を指定する実数。

関連項目


SetThreshold(float, ColorAdjustType)

指定したカテゴリのしきい値 (透明度の範囲) を設定します。

public void SetThreshold(float threshold, ColorAdjustType type)
パラメータタイプ説明
thresholdSingle最大値または最小値にマップされる colors をソートするためのブレークポイントとして使用される 0.0 から 1.0 までのしきい値。
typeColorAdjustTypeの要素ColorAdjustType色のしきい値が設定されている カテゴリを指定します。

関連項目