com.aspose.slides.pptx.effects
Class ColorReplace

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

public class ColorReplace
extends ImageTransformOperationEx

Color Replacement effect.

All effect colors are changed to a fixed color. Alpha values are unaffected.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.slides.pptx.effects.ImageTransformOperationEx
ImageTransformOperationEx.PixelEffectDelegate, ImageTransformOperationEx.PixelEffectDelegate1
 
Constructor Summary
ColorReplace()
          Color Replace effect constructor.
 
Method Summary
 ColorFormatEx getColorFormat()
          Returns the color replacement.
 
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

ColorReplace

public ColorReplace()
Color Replace effect constructor.

Method Detail

getColorFormat

public ColorFormatEx getColorFormat()
Returns the color replacement.