GrayScale

GrayScale 类

Represents a Gray Scale effect. Converts all effect color values to a shade of gray, corresponding to their luminance. Effect alpha (opacity) values are unaffected.

public sealed class GrayScale : ImageTransformOperation, IGrayScale

属性

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

方法

名称描述
override Equals(object)确定指定的 GrayScale 是否等于当前的 GrayScale
GetEffective()获取在应用继承后的有效 Gray Scale 效果数据。
override GetHashCode()作为特定类型的散列函数。

另请参阅