public 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.
|
getVersion
getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, reset_Parent_IPresentationComponent
public 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)