public class ColorChange extends ImageTransformOperation implements IColorChange
Represents a Color Change effect. Instances of FromColor are replaced with instances of ToColor.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
ColorChange is equal to the current ColorChange . |
ColorChangeEffectiveData |
getEffective() |
IColorFormat |
getFromColor()
Color which will be replaced.
|
IColorFormat |
getToColor()
Color which will replace.
|
long |
getVersion()
Version.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, reset_Parent_IPresentationComponent
public final IColorFormat getFromColor()
Color which will be replaced.
Read-only IColorFormat
.
getFromColor
in interface IColorChange
public final IColorFormat getToColor()
Color which will replace.
Read-only IColorFormat
.
getToColor
in interface IColorChange
public final ColorChangeEffectiveData getEffective()
public long getVersion()
Version.
Read-only long
.
getVersion
in class ImageTransformOperation
public boolean equals(java.lang.Object obj)
Determines whether the specified ColorChange
is equal to the current ColorChange
.
equals
in class PVIObject
obj
- The ColorChange
to compare.