Duotone

Duotone class

表示双色调效果。 对于每个像素,通过线性插值 组合 Color1 和 Color2 以确定该像素的新颜色。

public class Duotone : ImageTransformOperation, IDuotone

特性

姓名描述
AsIPresentationComponent { get; }允许获取基本 IPresentationComponent 接口。 只读IPresentationComponent
Color1 { get; }返回暗像素的目标颜色格式。 只读IColorFormat
Color2 { get; }返回光像素的目标颜色格式。 只读IColorFormat

方法

姓名描述
override Equals(object)确定指定的Duotone是否等于当前的Duotone。
GetEffective()获取应用了继承的有效双色调效果数据。
override GetHashCode()用作特定类型的哈希函数。

也可以看看