IAlphaCeilingEffectiveData

IAlphaCeilingEffectiveData interface

Immutable object which represents an Alpha Ceiling effect. Alpha (opacity) values greater than zero are changed to 100%. In other words, anything partially opaque becomes fully opaque.

public interface IAlphaCeilingEffectiveData : IEffectEffectiveData

Properties

NameDescription
AsIEffectEffectiveData { get; }Allows to get base IEffectEffectiveData interface. Read-only IEffectEffectiveData.

See Also