com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IAlphaBiLevel

  • All Superinterfaces:
    IImageTransformOperation
    All Known Implementing Classes:
    AlphaBiLevel


    public interface IAlphaBiLevel
    extends IImageTransformOperation

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


    Use ImageTransformOperationFactory to create instaces in COM.
    • Method Detail

      • getThreshold

        float getThreshold()

        Returns effect threshold. Read/write float.

      • setThreshold

        void setThreshold(float value)

        Returns effect threshold. Read/write float.