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, 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.


Method Summary
 IColorFormat getColor()
           Returns color format which will replace color of every pixel.
 com.aspose.slides.EffectEffectiveDataPVITemp getEffective()
           
 EffectEffectiveData getEffective(BaseSlide slide, com.aspose.slides.util.FloatColor styleColor)
           
 long getVersion()
           
 
Methods inherited from class com.aspose.slides.ImageTransformOperation
getParent_Immediate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getColor

public IColorFormat getColor()

Returns color format which will replace color of every pixel. Read-only IColorFormat.

Specified by:
getColor in interface IColorReplace

getEffective

public final EffectEffectiveData getEffective(BaseSlide slide,
                                              com.aspose.slides.util.FloatColor styleColor)

getEffective

public final com.aspose.slides.EffectEffectiveDataPVITemp getEffective()

getVersion

public long getVersion()
Overrides:
getVersion in class ImageTransformOperation


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.