IAlphaReplaceEffectiveData

IAlphaReplaceEffectiveData interface

Immutable object which represents and Alpha Replace effect. Effect alpha (opacity) values are replaced by a fixed alpha.

public interface IAlphaReplaceEffectiveData : IEffectEffectiveData

Properties

NameDescription
Alpha { get; }Returns new alpha value in the interval [0..1] Read-only Single.
AsIEffectEffectiveData { get; }Allows to get base IEffectEffectiveData interface. Read-only IEffectEffectiveData.

See Also