public class ColorReplace extends ImageTransformOperation implements IColorReplace, java.lang.Cloneable
Represents a Color Replacement effect. All effect colors are changed to a fixed color. Alpha values are unaffected.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
ColorReplace is equal to the current ColorReplace . |
IColorFormat |
getColor()
Returns color format which will replace color of every pixel.
|
ColorReplaceEffectiveData |
getEffective() |
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 getColor()
Returns color format which will replace color of every pixel.
Read-only IColorFormat
.
getColor
in interface IColorReplace
public final ColorReplaceEffectiveData getEffective()
public long getVersion()
Version.
Read-only long
.
getVersion
in class ImageTransformOperation
public boolean equals(java.lang.Object obj)
Determines whether the specified ColorReplace
is equal to the current ColorReplace
.
equals
in class PVIObject
obj
- The ColorReplace
to compare.