public final 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.
|
IColorReplaceEffectiveData |
getEffective()
Gets effective Color Replacement effect data with the inheritance applied.
|
long |
getVersion()
Version.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlidepublic final IColorFormat getColor()
Returns color format which will replace color of every pixel.
Read-only IColorFormat.
getColor in interface IColorReplacepublic final IColorReplaceEffectiveData getEffective()
Gets effective Color Replacement effect data with the inheritance applied.
getEffective in interface IAccessiblePVIObject<IColorReplaceEffectiveData>IColorReplaceEffectiveData.public long getVersion()
Version.
Read-only long.
getVersion in class ImageTransformOperationpublic boolean equals(java.lang.Object obj)
Determines whether the specified ColorReplace is equal to the current ColorReplace.
equals in class PVIObjectobj - The ColorReplace to compare.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.