SetThreshold

SetThreshold(float)

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

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

也可以看看


SetThreshold(float, ColorAdjustType)

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

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

也可以看看