IColorChangeEffectiveData
IColorChangeEffectiveData 接口
代表颜色变化效果的不可变对象。 FromColor 的实例被 ToColor 的实例替换。
public interface IColorChangeEffectiveData : IEffectEffectiveData
属性
名称 | 描述 |
---|---|
AsIEffectEffectiveData { get; } | 允许获取基本的 IEffectEffectiveData 接口。只读 IEffectEffectiveData 。 |
FromColor { get; } | 将被替换的颜色。只读 Color。 |
ToColor { get; } | 用于替换的颜色。只读 Color。 |
UseAlpha { get; } | 返回一个布尔值,用于确定是否应该使用 alpha 组件。只读 Boolean。 |