IColorReplaceEffectiveData

IColorReplaceEffectiveData interface

Immutable object which represents a Color Replacement effect. All effect colors are changed to a fixed color. Alpha values are unaffected.

public interface IColorReplaceEffectiveData : IEffectEffectiveData

Properties

NameDescription
AsIEffectEffectiveData { get; }Allows to get base IEffectEffectiveData interface. Read-only IEffectEffectiveData.
Color { get; }Returns color format which will replace color of every pixel. Read-only Color.

See Also