com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class HSLEffectiveData

    • Method Detail

      • getHue

        public final float getHue()

        Returns hue percentage. Read-only float.

        Specified by:
        getHue in interface IHSLEffectiveData
      • getSaturation

        public final float getSaturation()

        Returns saturation percentage. Read-only float.

        Specified by:
        getSaturation in interface IHSLEffectiveData
      • getLuminance

        public final float getLuminance()

        Returns luminance percentage. Read-only float.

        Specified by:
        getLuminance in interface IHSLEffectiveData
      • equals

        public boolean equals(java.lang.Object obj)

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

        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - The HSLEffectiveData 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 java.lang.Object
        Returns:
        A hash code for the current object.