public final class AlphaReplace extends ImageTransformOperation implements IAlphaReplace
Represents and Alpha Replace effect. Effect alpha (opacity) values are replaced by a fixed alpha.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
AlphaReplace is equal to the current AlphaReplace. |
IAlphaReplaceEffectiveData |
getEffective()
Gets effective Alpha Replace effect data with the inheritance applied.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
getVersiongetParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlidepublic final IAlphaReplaceEffectiveData getEffective()
Gets effective Alpha Replace effect data with the inheritance applied.
getEffective in interface IAccessiblePVIObject<IAlphaReplaceEffectiveData>IAlphaReplaceEffectiveData.public boolean equals(java.lang.Object obj)
Determines whether the specified AlphaReplace is equal to the current AlphaReplace.
equals in class PVIObjectobj - The AlphaReplace to compare.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.