public 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 . |
AlphaModulateEffectiveData |
getEffective() |
int |
hashCode()
Serves as a hash function for a particular type.
|
getVersion
getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, reset_Parent_IPresentationComponent
public AlphaModulateEffectiveData getEffective()
public boolean equals(java.lang.Object obj)
Determines whether the specified AlphaModulate
is equal to the current AlphaModulate
.
equals
in class PVIObject
obj
- The AlphaModulate
to compare.