public final class AlphaModulateFixed extends ImageTransformOperation implements IAlphaModulateFixed
Represents an Alpha Modulate Fixed effect. Effect alpha (opacity) values are multiplied by a fixed percentage.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
AlphaModulateFixed is equal to the current AlphaModulateFixed. |
float |
getAmount()
Returns an amount of effect in percents.
|
IAlphaModulateFixedEffectiveData |
getEffective()
Gets effective Alpha Modulate Fixed effect data with the inheritance applied.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
void |
setAmount(float value)
Returns an amount of effect in percents.
|
getVersiongetParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlidepublic final float getAmount()
Returns an amount of effect in percents.
Read/write float.
getAmount in interface IAlphaModulateFixedpublic final void setAmount(float value)
Returns an amount of effect in percents.
Read/write float.
setAmount in interface IAlphaModulateFixedpublic final IAlphaModulateFixedEffectiveData getEffective()
Gets effective Alpha Modulate Fixed effect data with the inheritance applied.
getEffective in interface IAccessiblePVIObject<IAlphaModulateFixedEffectiveData>IAlphaModulateFixedEffectiveData.public boolean equals(java.lang.Object obj)
Determines whether the specified AlphaModulateFixed is equal to the current AlphaModulateFixed.
equals in class PVIObjectobj - The AlphaModulateFixed to compare.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.