com.aspose.slides
Class ColorChange

java.lang.Object
  extended by com.aspose.slides.ImageTransformOperation
      extended by com.aspose.slides.ColorChange
All Implemented Interfaces:
IColorChange, IImageTransformOperation, java.lang.Cloneable

public class ColorChange
extends ImageTransformOperation
implements IColorChange

Represents a Color Change effect. Instances of FromColor are replaced with instances of ToColor.


Method Summary
 com.aspose.slides.EffectEffectiveDataPVITemp getEffective()
           
 EffectEffectiveData getEffective(BaseSlide slide, com.aspose.slides.util.FloatColor styleColor)
           
 IColorFormat getFromColor()
           Color which will be replaced.
 IColorFormat getToColor()
           Color which will replace.
 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

getFromColor

public IColorFormat getFromColor()

Color which will be replaced. Read-only IColorFormat.

Specified by:
getFromColor in interface IColorChange

getToColor

public IColorFormat getToColor()

Color which will replace. Read-only IColorFormat.

Specified by:
getToColor in interface IColorChange

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.