BrightnessContrast
Inheritance: java.lang.Object, com.aspose.slides.PVIObject, com.aspose.slides.ImageTransformOperation
All Implemented Interfaces: com.aspose.slides.IBrightnessContrast, com.aspose.slides.IVisualEffect
public final class BrightnessContrast extends ImageTransformOperation implements IBrightnessContrast, IVisualEffect
Represents a BrightnessContrast effect. Ajusts brightness and contrast
Methods
Method | Description |
---|---|
getEffective() | Gets effective BrightnessContrast effect data with the inheritance applied. |
equals(Object obj) | Determines whether the specified BrightnessContrast is equal to the current BrightnessContrast. |
hashCode() | Serves as a hash function for a particular type. |
getEffective()
public final IBrightnessContrastEffectiveData getEffective()
Gets effective BrightnessContrast effect data with the inheritance applied.
Returns: IBrightnessContrastEffectiveData - A IBrightnessContrastEffectiveData.
equals(Object obj)
public boolean equals(Object obj)
Determines whether the specified BrightnessContrast is equal to the current BrightnessContrast.
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object | The BrightnessContrast 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.