com.aspose.slides
Class ColorReplace

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

public class ColorReplace
extends ImageTransformOperationEx
implements java.lang.Cloneable

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


Constructor Summary
ColorReplace()
           Color Replace effect consructor.
 
Method Summary
 ColorFormatEx getColor()
           Returns color format which will replace color of every pixel.
 EffectDataEx getReadonly(BaseSlideEx slide, com.aspose.slides.ColorFormatEx.FloatColor styleColor)
           
 
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

ColorReplace

public ColorReplace()

Color Replace effect consructor.

Method Detail

getColor

public ColorFormatEx getColor()

Returns color format which will replace color of every pixel.


getReadonly

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