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).

Namespace:  Aspose.Slides.Effects
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IAlphaBiLevelEffectiveData

The IAlphaBiLevelEffectiveData type exposes the following members.

Properties
  NameDescription
Public propertyThreshold
Returns effect threshold. Read-only Single.
See Also