com.aspose.slides
Class ColorChange

java.lang.Object
  extended by com.aspose.slides.ImageTransformOperation
      extended by com.aspose.slides.ColorChange
All Implemented Interfaces:
IColorChange, IImageTransformOperation, IPresentationComponent, ISlideComponent, java.lang.Cloneable

public class ColorChange
extends ImageTransformOperation
implements IColorChange

Represents a Color Change effect. Instances of FromColor are replaced with instances of ToColor.


Constructor Summary
ColorChange()
           Color Change effect constructor.
 
Method Summary
 IColorFormat getFromColor()
           Color which will be replaced.
 EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
           
 IColorFormat getToColor()
           Color which will replace.
 
Methods inherited from class com.aspose.slides.ImageTransformOperation
getPresentation, getSlide
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Constructor Detail

ColorChange

public ColorChange()

Color Change effect constructor.

Method Detail

getFromColor

public IColorFormat getFromColor()

Color which will be replaced. Readonly ColorFormat.

Specified by:
getFromColor in interface IColorChange

getToColor

public IColorFormat getToColor()

Color which will replace. Readonly ColorFormat.

Specified by:
getToColor in interface IColorChange

getReadonly

public EffectEffectiveData getReadonly(BaseSlide slide,
                                       FloatColor styleColor)