AlphaCeiling
Inheritance: java.lang.Object, com.aspose.slides.PVIObject, com.aspose.slides.ImageTransformOperation
All Implemented Interfaces: com.aspose.slides.IAlphaCeiling, com.aspose.slides.IVisualEffect
public final class AlphaCeiling extends ImageTransformOperation implements IAlphaCeiling, IVisualEffect
Represents an Alpha Ceiling effect. Alpha (opacity) values greater than zero are changed to 100%. In other words, anything partially opaque becomes fully opaque.
Methods
Method | Description |
---|---|
getEffective() | Gets effective Alpha Ceiling effect data with the inheritance applied. |
equals(Object obj) | Determines whether the specified AlphaCeiling is equal to the current AlphaCeiling. |
hashCode() | Serves as a hash function for a particular type. |
getEffective()
public final IAlphaCeilingEffectiveData getEffective()
Gets effective Alpha Ceiling effect data with the inheritance applied.
Returns: IAlphaCeilingEffectiveData - A IAlphaCeilingEffectiveData.
equals(Object obj)
public boolean equals(Object obj)
Determines whether the specified AlphaCeiling is equal to the current AlphaCeiling.
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object | The AlphaCeiling 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.