Luminance

Luminance class

表示一个亮度效果。亮度会线性地使所有颜色向白色或黑色靠近。对比度会使所有颜色要么更接近,要么更远离。

public sealed class Luminance : ImageTransformOperation, ILuminance

Properties

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

Methods

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

See Also