public final class Luminance extends ImageTransformOperation implements ILuminance
Represents a Luminance effect. Brightness linearly shifts all colors closer to white or black. Contrast scales all colors to be either closer or further apart.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
|
ILuminanceEffectiveData |
getEffective()
Gets effective Luminance 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 ILuminanceEffectiveData getEffective()
Gets effective Luminance effect data with the inheritance applied.
getEffective in interface IAccessiblePVIObject<ILuminanceEffectiveData>ILuminanceEffectiveData.public boolean equals(java.lang.Object obj)
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.