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

unpublished constants group AnimationColorSpace
Usage Restrictions
not published
Description
defines the colorspace that is used for interpolation.
This does not change how colors are interpreted but how to interpolate from one color to another.
See also
XAnimateColor::ColorSpace

Constants
RGB defines that the RGB colorspace is used for interpolation .  
HSL defines that the HSL colorspace is used for interpolation .  
Constants' Details
RGB
const short RGB = 0;
Description
defines that the RGB colorspace is used for interpolation .
HSL
const short HSL = 1;
Description
defines that the HSL colorspace is used for interpolation .
Top of Page