IAlphaBiLevel class

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

PropertyDescription
thresholdReturns effect threshold.
Read/write float.

Methods

MethodDescription
get_effective

Remarks

Use ImageTransformOperationFactory to create instaces in COM.

See Also