com.aspose.slides
Class ColorReplace

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

public class ColorReplace
extends ImageTransformOperation
implements IColorReplace, 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
 IColorFormat getColor()
           Returns color format which will replace color of every pixel.
 EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
           
 
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

ColorReplace

public ColorReplace()

Color Replace effect consructor.

Method Detail

getColor

public IColorFormat getColor()

Returns color format which will replace color of every pixel.

Specified by:
getColor in interface IColorReplace

getReadonly

public EffectEffectiveData getReadonly(BaseSlide slide,
                                       FloatColor styleColor)