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)
|
LuminanceEffectiveData |
getEffective() |
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 LuminanceEffectiveData getEffective()
public boolean equals(java.lang.Object obj)