:: 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
-
|
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
- ? (no identifier found)
AnimateColorSpace
|
|
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 © 2010 Sun Microsystems, Inc.