com.aspose.slides
Class ColorChange

java.lang.Object
  extended by com.aspose.slides.ImageTransformOperationEx
      extended by com.aspose.slides.ColorChange
All Implemented Interfaces:
java.lang.Cloneable

public class ColorChange
extends ImageTransformOperationEx

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


Constructor Summary
ColorChange()
           Color Change effect constructor.
 
Method Summary
 ColorFormatEx getFromColor()
           Color which will be replaced.
 EffectDataEx getReadonly(BaseSlideEx slide, com.aspose.slides.ColorFormatEx.FloatColor styleColor)
           
 ColorFormatEx getToColor()
           Color which will replace.
 
Methods inherited from class com.aspose.slides.ImageTransformOperationEx
getPresentation, getSlide
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorChange

public ColorChange()

Color Change effect constructor.

Method Detail

getFromColor

public ColorFormatEx getFromColor()

Color which will be replaced. Readonly ColorFormatEx.


getToColor

public ColorFormatEx getToColor()

Color which will replace. Readonly ColorFormatEx.


getReadonly

public EffectDataEx getReadonly(BaseSlideEx slide,
                                com.aspose.slides.ColorFormatEx.FloatColor styleColor)