BiLevel

BiLevel class

Represents a Bi-Level (black/white) effect.
Input colors whose luminance is less than the specified threshold value are changed to black.
Input colors whose luminance are greater than or equal the specified value are set to white.
The alpha effect values are unaffected by this effect.

The BiLevel type exposes the following members:

Properties

NameDescription
as_i_presentation_componentAllows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
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 Bi-Level effect data with the inheritance applied.

See Also