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 |
---|---|
com.aspose.slides.ColorChangeEffectiveDataPVITemp |
getEffective() |
EffectEffectiveData |
getEffective(BaseSlide slide,
com.aspose.slides.FloatColor styleColor) |
IColorFormat |
getFromColor()
Color which will be replaced.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
IPresentationComponent |
getParent_IPresentationComponent()
Returns parent IPresentationComponent.
|
IColorFormat |
getToColor()
Color which will replace.
|
long |
getVersion()
Version.
|
equals, getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, hashCode, 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 EffectEffectiveData getEffective(BaseSlide slide, com.aspose.slides.FloatColor styleColor)
public com.aspose.slides.ColorChangeEffectiveDataPVITemp getEffective()
public long getVersion()
Version.
Read-only long
.
getVersion
in class ImageTransformOperation
public IPresentationComponent getParent_IPresentationComponent()
Returns parent IPresentationComponent.
Read-only IPresentationComponent
.
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.