com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class HSL

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


    public class HSL
    extends ImageTransformOperation
    implements IHSL

    Represents a Hue/Saturation/Luminance effect. The hue, saturation, and luminance may each be adjusted relative to its current value.

    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)

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

        Overrides:
        equals in class PVIObject
        Parameters:
        obj - The HSL 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.