IHSLEffectiveData

IHSLEffectiveData 接口

表示 Hue/Saturation/Luminance 效果。色相、饱和度和亮度均可相对于其当前值进行调整。

public interface IHSLEffectiveData : IEffectEffectiveData

属性

名称描述
AsIEffectEffectiveData { get; }允许获取基 IEffectEffectiveData 接口。只读 IEffectEffectiveData
Hue { get; }返回色相百分比。只读 Single。
Luminance { get; }返回亮度百分比。只读 Single。
Saturation { get; }返回饱和度百分比。只读 Single。

另请参见