com.aspose.slides.pptx.effects
Class ColorChange

java.lang.Object
  extended by com.aspose.slides.pptx.effects.ImageTransformOperationEx
      extended by com.aspose.slides.pptx.effects.ColorChange
All Implemented Interfaces:
IPresentationComponent, ISlideComponent

public class ColorChange
extends ImageTransformOperationEx

Color Change effect.

Instances of ColorFrom are replaced with instances of ColorTo.


Constructor Summary
ColorChange()
          Color Change effect constructor.
 
Method Summary
 ColorFormatEx getColorFrom()
          Returns ColorFrom instance.
 ColorFormatEx getColorTo()
          Returns ColorTo instance.
 boolean isUseAlpha()
          Determines whether alpha values are considered for the effect.
 void setUseAlpha(boolean useAlpha)
          Sets whether alpha values are considered for the effect.
 
Methods inherited from class com.aspose.slides.pptx.effects.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

getColorFrom

public ColorFormatEx getColorFrom()
Returns ColorFrom instance.


getColorTo

public ColorFormatEx getColorTo()
Returns ColorTo instance.


isUseAlpha

public boolean isUseAlpha()
Determines whether alpha values are considered for the effect.


setUseAlpha

public void setUseAlpha(boolean useAlpha)
Sets whether alpha values are considered for the effect.