BiLevel

BiLevel class

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

public sealed class BiLevel : ImageTransformOperation, IBiLevel

Properties

NameDescription
AsIPresentationComponent { get; }允许获取基础 IPresentationComponent 接口。只读 IPresentationComponent

Methods

NameDescription
override Equals(object)确定指定的 BiLevel 是否等于当前的 BiLevel
GetEffective()获取应用继承的有效双级效果数据。
override GetHashCode()作为特定类型的哈希函数。

See Also