public final 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. |
IColorChangeEffectiveData |
getEffective()
Gets effective Color Change effect data with the inheritance applied.
|
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, getSlidepublic final IColorFormat getFromColor()
Color which will be replaced.
Read-only IColorFormat.
getFromColor in interface IColorChangepublic final IColorFormat getToColor()
Color which will replace.
Read-only IColorFormat.
getToColor in interface IColorChangepublic final IColorChangeEffectiveData getEffective()
Gets effective Color Change effect data with the inheritance applied.
getEffective in interface IAccessiblePVIObject<IColorChangeEffectiveData>IColorChangeEffectiveData.public long getVersion()
Version.
Read-only long.
getVersion in class ImageTransformOperationpublic boolean equals(java.lang.Object obj)
Determines whether the specified ColorChange is equal to the current ColorChange.
equals in class PVIObjectobj - The ColorChange to compare.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.