public final class AlphaModulate extends ImageTransformOperation implements IAlphaModulate
Represents an Alpha Modulate effect. Effect alpha (opacity) values are multiplied by a fixed percentage. The effect container specifies an effect containing alpha values to modulate.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
AlphaModulate is equal to the current AlphaModulate. |
IAlphaModulateEffectiveData |
getEffective()
Gets effective Alpha Modulate 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 IAlphaModulateEffectiveData getEffective()
Gets effective Alpha Modulate effect data with the inheritance applied.
getEffective in interface IAccessiblePVIObject<IAlphaModulateEffectiveData>IAlphaModulateEffectiveData.public boolean equals(java.lang.Object obj)
Determines whether the specified AlphaModulate is equal to the current AlphaModulate.
equals in class PVIObjectobj - The AlphaModulate to compare.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.