com.aspose.slides
Class ColorEffectEx

java.lang.Object
  extended by com.aspose.slides.BehaviorEx
      extended by com.aspose.slides.ColorEffectEx

public class ColorEffectEx
extends BehaviorEx

Represents a color effect for an animation behavior.


Constructor Summary
ColorEffectEx()
           
 
Method Summary
 ColorOffsetEx getBy()
           Describes the relative offset value for the color animation.
 int getColorSpace()
           Represent color space of behavior.
 int getDirection()
           Specifies which direction to cycle the hue around the color wheel.
 ColorFormatEx getFrom()
           This value is used to specify the starting color of behavior.
 ColorFormatEx getTo()
           Describes resulting color for the animation color change.
 void setBy(ColorOffsetEx value)
           
 void setColorSpace(int value)
           
 void setDirection(int value)
           
 void setFrom(ColorFormatEx value)
           
 void setTo(ColorFormatEx value)
           
 
Methods inherited from class com.aspose.slides.BehaviorEx
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorEffectEx

public ColorEffectEx()
Method Detail

getFrom

public ColorFormatEx getFrom()

This value is used to specify the starting color of behavior. Read/write ColorFormatEx.


setFrom

public void setFrom(ColorFormatEx value)

getTo

public ColorFormatEx getTo()

Describes resulting color for the animation color change. Read/write ColorFormatEx.


setTo

public void setTo(ColorFormatEx value)

getBy

public ColorOffsetEx getBy()

Describes the relative offset value for the color animation. Read/write ColorFormatEx.


setBy

public void setBy(ColorOffsetEx value)

getColorSpace

public int getColorSpace()

Represent color space of behavior. Read/write ColorSpaceEx.


setColorSpace

public void setColorSpace(int value)

getDirection

public int getDirection()

Specifies which direction to cycle the hue around the color wheel. Read/write ColorDirectionEx.


setDirection

public void setDirection(int value)