public class Tint extends ImageTransformOperation implements ITint
Represents a Tint effect. Shifts effect color values towards/away from hue by the specified amount.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
|
ITintEffectiveData |
getEffective()
Gets effective Tint 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 ITintEffectiveData getEffective()
Gets effective Tint effect data with the inheritance applied.
getEffective
in interface IAccessiblePVIObject<ITintEffectiveData>
ITintEffectiveData
.public boolean equals(java.lang.Object obj)