animationcolorbehavior-ag凯发旗舰厅
com.spire.presentation.drawing.animation
class animationcolorbehavior
java.lang.object
com.spire.presentation.pptobject
com.spire.presentation.drawing.animation.commonbehavior
com.spire.presentation.drawing.animation.animationcolorbehavior
public class animationcolorbehavior
- extends commonbehavior
represents a color effect for an animation behavior.
animationcolorbehavior
public animationcolorbehavior()
getfrom
public colorformat getfrom()
- indicates the starting color of behavior.
read/write .
- returns:
setfrom
public void setfrom(colorformat value)
getto
public colorformat getto()
- indicates the ending color of behavior.
read/write .
- returns:
setto
public void setto(colorformat value)
getby
public getby()
- describes the relative color value for the color animation.
read/write .
- returns:
setby
public void setby( value)
getanimationcolorspace
public animationcolorspace getanimationcolorspace()
- represent color space of behavior.
read/write .
- returns:
setanimationcolorspace
public void setanimationcolorspace(animationcolorspace value)
getdirection
public animationcolordirection getdirection()
- indicates that direction to cycle the hue around the color wheel.
read/write .
- returns:
setdirection
public void setdirection(animationcolordirection value)