ILuminanceEffectiveData

ILuminanceEffectiveData 接口

表示亮度效果。亮度线性地将所有颜色向白色或黑色靠拢。对比度使所有颜色更接近或更远离。

public interface ILuminanceEffectiveData : IEffectEffectiveData

属性

名称描述
AsIEffectEffectiveData { get; }允许获取基本的 IEffectEffectiveData 接口。只读 IEffectEffectiveData
Brightness { get; }亮度。只读单精度浮点数。
Contrast { get; }对比度。只读单精度浮点数。

另见