com.aspose.slides
Class ColorEffect

java.lang.Object
  extended by com.aspose.slides.Behavior
      extended by com.aspose.slides.ColorEffect
All Implemented Interfaces:
IBehavior, IColorEffect

public class ColorEffect
extends Behavior
implements IColorEffect

Represents a color effect for an animation behavior.


Constructor Summary
ColorEffect()
           
 
Method Summary
 IColorOffset 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.
 IColorFormat getFrom()
           This value is used to specify the starting color of behavior.
 IColorFormat getTo()
           Describes resulting color for the animation color change.
 void setBy(IColorOffset value)
           Describes the relative offset value for the color animation.
 void setColorSpace(int value)
           Represent color space of behavior.
 void setDirection(int value)
           Specifies which direction to cycle the hue around the color wheel.
 void setFrom(IColorFormat value)
           This value is used to specify the starting color of behavior.
 void setTo(IColorFormat value)
           Describes resulting color for the animation color change.
 
Methods inherited from class com.aspose.slides.Behavior
getAccumulate, getAdditive, getParent_Immediate, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.IBehavior
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 

Constructor Detail

ColorEffect

public ColorEffect()
Method Detail

getFrom

public IColorFormat getFrom()

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

Specified by:
getFrom in interface IColorEffect

setFrom

public void setFrom(IColorFormat value)

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

Specified by:
setFrom in interface IColorEffect

getTo

public IColorFormat getTo()

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

Specified by:
getTo in interface IColorEffect

setTo

public void setTo(IColorFormat value)

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

Specified by:
setTo in interface IColorEffect

getBy

public IColorOffset getBy()

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

Specified by:
getBy in interface IColorEffect

setBy

public void setBy(IColorOffset value)

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

Specified by:
setBy in interface IColorEffect

getColorSpace

public int getColorSpace()

Represent color space of behavior. Read/write ColorSpace.

Specified by:
getColorSpace in interface IColorEffect

setColorSpace

public void setColorSpace(int value)

Represent color space of behavior. Read/write ColorSpace.

Specified by:
setColorSpace in interface IColorEffect

getDirection

public int getDirection()

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

Specified by:
getDirection in interface IColorEffect

setDirection

public void setDirection(int value)

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

Specified by:
setDirection in interface IColorEffect


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