SetThreshold

SetThreshold(float)

设置默认类别的阈值(透明度范围)。

public void SetThreshold(float threshold)
范围类型描述
thresholdSingle指定阈值的实数。

也可以看看


SetThreshold(float, ColorAdjustType)

设置指定类别的阈值(透明度范围)。

public void SetThreshold(float threshold, ColorAdjustType type)
范围类型描述
thresholdSingle一个从 0.0 到 1.0 的阈值,用作对将映射到最大值或最小值的颜色进行排序的断点。
typeColorAdjustType一个元素ColorAdjustType指定为其设置颜色阈值的类别。

也可以看看