com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class BiLevel

  • All Implemented Interfaces:
    IBiLevel, IImageTransformOperation, java.lang.Cloneable


    public class BiLevel
    extends ImageTransformOperation
    implements IBiLevel

    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.

    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)

        Determines whether the specified BiLevel is equal to the current BiLevel.

        Overrides:
        equals in class PVIObject
        Parameters:
        obj - The BiLevel to compare.
        Returns:
        true if objects are equal; otherwise, false.
      • hashCode

        public int hashCode()

        Serves as a hash function for a particular type.

        Overrides:
        hashCode in class PVIObject
        Returns:
        A hash code for the current object.