:: com :: sun :: star :: animations ::
|
unpublished |
constants group AnimationColorSpace |
|
|
- 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
- unknown ?
|
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
Copyright © 2003 Sun Microsystems, Inc.