AlphaInverse

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

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

public final class AlphaInverse extends ImageTransformOperation implements IAlphaInverse, IVisualEffect

Represents an Alpha Inverse effect. Alpha (opacity) values are inverted by subtracting from 100%.

Methods

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

getEffective()

public final IAlphaInverseEffectiveData getEffective()

Gets effective Alpha Inverse effect data with the inheritance applied.

Returns: IAlphaInverseEffectiveData - A IAlphaInverseEffectiveData.

getVersion()

public long getVersion()

Version. Read-only long.

Returns: long

equals(Object obj)

public boolean equals(Object obj)

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

Parameters:

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