:: com :: sun :: star :: animations ::
|
unpublished |
interface XAnimateColor |
|
|
- Base Interfaces
XAnimateColor
┗ XAnimate
┗ XAnimationNode
┗ ::com::sun::star::container::XChild
XAnimate |
- (referenced interface's summary:)
- Interface for generic animation.
|
|
- Description
- Interface for animation by defining color changes over time.
Only color value will be legal values for the following members
-
- See also
- http://www.w3.org/TR/smil20/animation.html#edef-animateColor
|
Attributes' Summary |
ColorInterpolation |
defines the color space which is used to perform the interpolation.
|
Direction |
defines the direction which is used to perform the interpolation
inside the color space defined with ColorSpace .
Values could be true for clockwise and false for counterclockwise.
This attribute will be ignored for color spaces where this does
not make any sense.
|
Attributes' Details |
ColorInterpolation
short ColorInterpolation;
- Description
- defines the color space which is used to perform the interpolation.
- See also
- unknown ?
|
|
Direction
boolean Direction;
- Description
- defines the direction which is used to perform the interpolation
inside the color space defined with ColorSpace .
Values could be true for clockwise and false for counterclockwise.
This attribute will be ignored for color spaces where this does
not make any sense.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.