AlphaModulate
Inheritance: java.lang.Object, com.aspose.slides.PVIObject, com.aspose.slides.ImageTransformOperation
All Implemented Interfaces: com.aspose.slides.IAlphaModulate, com.aspose.slides.IVisualEffect
public final class AlphaModulate extends ImageTransformOperation implements IAlphaModulate, IVisualEffect
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.
Methods
Method | Description |
---|---|
getEffective() | Gets effective Alpha Modulate effect data with the inheritance applied. |
equals(Object obj) | Determines whether the specified AlphaModulate is equal to the current AlphaModulate. |
hashCode() | Serves as a hash function for a particular type. |
getEffective()
public final IAlphaModulateEffectiveData getEffective()
Gets effective Alpha Modulate effect data with the inheritance applied.
Returns: IAlphaModulateEffectiveData - A IAlphaModulateEffectiveData.
equals(Object obj)
public boolean equals(Object obj)
Determines whether the specified AlphaModulate is equal to the current AlphaModulate.
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object | The AlphaModulate to compare. |
Returns: boolean - true if objects are equal; otherwise, false.
hashCode()
public int hashCode()
Serves as a hash function for a particular type.
Returns: int - A hash code for the current object.