BiLevel

BiLevel 类

表示一种 Bi-Level(黑/白)效果。亮度低于指定阈值的输入颜色将被更改为黑色。亮度大于或等于指定值的输入颜色将被设置为白色。Alpha 效果值不受此效果影响。

public sealed class BiLevel : ImageTransformOperation, IBiLevel

属性

名称描述
AsIPresentationComponent { get; }允许获取基 IPresentationComponent 接口。只读 IPresentationComponent

方法

名称描述
override Equals(object)确定指定的 BiLevel 是否等于当前的 BiLevel
GetEffective()获取在应用继承后的有效 Bi-Level 效果数据。
override GetHashCode()作为特定类型的哈希函数。

另请参见