| 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. |