IColorReplaceEffectiveData

IColorReplaceEffectiveData interface

表示颜色替换效果的不可变对象。所有效果颜色都更改为固定颜色。Alpha值不受影响。

public interface IColorReplaceEffectiveData : IEffectEffectiveData

Properties

NameDescription
AsIEffectEffectiveData { get; }允许获取基本的 IEffectEffectiveData 接口。只读 IEffectEffectiveData
Color { get; }返回将替换每个像素颜色的颜色格式。只读 Color。

See Also