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

constants group AnimationColorSpace

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