ITintEffectiveData

ITintEffectiveData 接口

不可变对象,表示 Tint 效果。按指定量将效果颜色值向/远离色相移动。

public interface ITintEffectiveData : IEffectEffectiveData

属性

名称描述
Amount { get; }返回效果量。只读 Single.
AsIEffectEffectiveData { get; }允许获取基准 IEffectEffectiveData 接口。只读 IEffectEffectiveData.
Hue { get; }返回色相。只读 Single.

另见