IAlphaBiLevelEffectiveData

IAlphaBiLevelEffectiveData interface

Immutable object which represents an Alpha Bi-Level effect. Alpha (Opacity) values less than the threshold are changed to 0 (fully transparent) and alpha values greater than or equal to the threshold are changed to 100% (fully opaque).

public interface IAlphaBiLevelEffectiveData : IEffectEffectiveData

Properties

NameDescription
AsIEffectEffectiveData { get; }Allows to get base IEffectEffectiveData interface. Read-only IEffectEffectiveData.
Threshold { get; }Returns effect threshold. Read-only Single.

See Also