AlphaReplace
Inheritance: java.lang.Object, com.aspose.slides.PVIObject, com.aspose.slides.ImageTransformOperation
All Implemented Interfaces: com.aspose.slides.IAlphaReplace, com.aspose.slides.IVisualEffect
public final class AlphaReplace extends ImageTransformOperation implements IAlphaReplace, IVisualEffect
Represents and Alpha Replace effect. Effect alpha (opacity) values are replaced by a fixed alpha.
Methods
Method | Description |
---|---|
getEffective() | Gets effective Alpha Replace effect data with the inheritance applied. |
equals(Object obj) | Determines whether the specified AlphaReplace is equal to the current AlphaReplace. |
hashCode() | Serves as a hash function for a particular type. |
getEffective()
public final IAlphaReplaceEffectiveData getEffective()
Gets effective Alpha Replace effect data with the inheritance applied.
Returns: IAlphaReplaceEffectiveData - A IAlphaReplaceEffectiveData.
equals(Object obj)
public boolean equals(Object obj)
Determines whether the specified AlphaReplace is equal to the current AlphaReplace.
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object | The AlphaReplace 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.