com.aspose.slides
Class ColorChangeDataEx

java.lang.Object
  extended by com.aspose.slides.EffectDataEx
      extended by com.aspose.slides.ColorChangeDataEx

public class ColorChangeDataEx
extends EffectDataEx

Immutable object which represents a Color Change effect. Instances of FromColor are replaced with instances of ToColor.


Method Summary
 int getColorFrom()
           
 int getColorTo()
           
 boolean getUseAlpha()
           Returns a boolean value which determines if alpha component should be used.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getColorFrom

public int getColorFrom()

getColorTo

public int getColorTo()

getUseAlpha

public boolean getUseAlpha()

Returns a boolean value which determines if alpha component should be used. Readonly bool.