:: com :: sun :: star :: animations ::

interface XAnimateColor
Base Interfaces
XAnimateColorXAnimateXAnimationNode
      ┗ ::com::sun::star::container::XChild

XAnimate

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)
AnimationColorSpace
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