Tint

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

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

public final class Tint extends ImageTransformOperation implements ITint, IVisualEffect

Represents a Tint effect. Shifts effect color values towards/away from hue by the specified amount.

Methods

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

getEffective()

public final ITintEffectiveData getEffective()

Gets effective Tint effect data with the inheritance applied.

Returns: ITintEffectiveData - A ITintEffectiveData.

equals(Object obj)

public boolean equals(Object obj)

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

Parameters:

ParameterTypeDescription
objjava.lang.ObjectThe Tint 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.