HSL

Inheritance: java.lang.Object, com.aspose.slides.PVIObject, com.aspose.slides.ImageTransformOperation

All Implemented Interfaces: com.aspose.slides.IHSL, com.aspose.slides.IVisualEffect

public final class HSL extends ImageTransformOperation implements IHSL, IVisualEffect

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

Methods

MethodDescription
getEffective()Gets effective Hue/Saturation/Luminance effect data with the inheritance applied.
equals(Object obj)Determines whether the specified HSL is equal to the current HSL.
hashCode()Serves as a hash function for a particular type.

getEffective()

public final IHSLEffectiveData getEffective()

Gets effective Hue/Saturation/Luminance effect data with the inheritance applied.

Returns: IHSLEffectiveData - A IHSLEffectiveData.

equals(Object obj)

public boolean equals(Object obj)

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

Parameters:

ParameterTypeDescription
objjava.lang.ObjectThe HSL to compare.

Returns: boolean - true if objects are equal; otherwise, false.

hashCode()

public int hashCode()

Serves as a hash function for a particular type.

Returns: int - A hash code for the current object.