IAlphaBiLevel

IAlphaBiLevel 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 IAlphaBiLevel type exposes the following members:

Properties

NameDescription
thresholdReturns effect threshold.
Read/write
as_i_image_transform_operationAllows to get base IImageTransformOperation interface.
Read-only IImageTransformOperation.

Methods

NameDescription
get_effective()Gets effective object formatting data with the inheritance applied.

See Also