AlphaBiLevel

AlphaBiLevel class

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

The AlphaBiLevel type exposes the following members:

Properties

NameDescription
as_i_presentation_componentAllows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
thresholdReturns effect threshold.
Read/write
slideReturns the base slide.
Read-only IBaseSlide.
presentationReturns the presentation.
Read-only IPresentation.
as_i_image_transform_operationAllows to get base IImageTransformOperation interface.
Read-only IImageTransformOperation.

Methods

NameDescription
get_effective()Gets effective Alpha Bi-Level effect data with the inheritance applied.

See Also