public final class BrightnessContrast extends ImageTransformOperation implements IBrightnessContrast
Represents a BrightnessContrast effect. Ajusts brightness and contrast
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
BrightnessContrast is equal to the current BrightnessContrast. |
IBrightnessContrastEffectiveData |
getEffective()
Gets effective BrightnessContrast effect data with the inheritance applied.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
getVersiongetParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlidepublic final IBrightnessContrastEffectiveData getEffective()
Gets effective BrightnessContrast effect data with the inheritance applied.
getEffective in interface IAccessiblePVIObject<IBrightnessContrastEffectiveData>IBrightnessContrastEffectiveData.public boolean equals(java.lang.Object obj)
Determines whether the specified BrightnessContrast is equal to the current BrightnessContrast.
equals in class PVIObjectobj - The BrightnessContrast to compare.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.