The spark.effects.interpolation package contains the interpolation classes for the Spark effect classes.
Interfaces
| Interface | Description |
---|
| IInterpolator |
The IInterpolator interface is implemented by classes that calculate
values for the Animation class. |
Classes
| Class | Description |
---|
| HSBInterpolator |
The HSBInterpolator class provides Hue, Saturation, and Brightness (HSB)
color interpolation between RGB uint start and end values. |
| MultiValueInterpolator |
The MultiValueInterpolator class interpolates each element of Arrays or
Vectors of start and end elements separately, using another interpolator
to do the interpolation for each element. |
| NumberInterpolator |
The NumberInterpolator class provides interpolation between
start and end values represented as Number instances. |
| RGBInterpolator |
The RGBInterpolator class provides interpolation between
uint start and end values that represent RGB colors. |
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:26 AM -07:00