IColorChangeEffectiveData

IColorChangeEffectiveData interface

Immutable object which represents a Color Change effect. Instances of FromColor are replaced with instances of ToColor.

public interface IColorChangeEffectiveData : IEffectEffectiveData

Properties

NameDescription
AsIEffectEffectiveData { get; }Allows to get base IEffectEffectiveData interface. Read-only IEffectEffectiveData.
FromColor { get; }Color which will be replaced. Read-only Color.
ToColor { get; }Color which will replace. Read-only Color.
UseAlpha { get; }Returns a boolean value which determines if alpha component should be used. Read-only Boolean.

See Also