public final class AlphaInverse extends ImageTransformOperation implements IAlphaInverse
Represents an Alpha Inverse effect. Alpha (opacity) values are inverted by subtracting from 100%.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
AlphaInverse is equal to the current AlphaInverse. |
IAlphaInverseEffectiveData |
getEffective()
Gets effective Alpha Inverse effect data with the inheritance applied.
|
long |
getVersion()
Version.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlidepublic final IAlphaInverseEffectiveData getEffective()
Gets effective Alpha Inverse effect data with the inheritance applied.
getEffective in interface IAccessiblePVIObject<IAlphaInverseEffectiveData>IAlphaInverseEffectiveData.public long getVersion()
Version.
Read-only long.
getVersion in class ImageTransformOperationpublic boolean equals(java.lang.Object obj)
Determines whether the specified AlphaInverse is equal to the current AlphaInverse.
equals in class PVIObjectobj - The AlphaInverse to compare.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.