spark.effects.interpolation paketi Spark efekt sınıfları için enterpolasyon sınıflarını içerir.
Arabirimler
| Arabirim | Açıklama | |
|---|---|---|
| IInterpolator | The IInterpolator interface is implemented by classes that calculate values for the Animation class. |
Sınıflar
| Sınıf | Açıklama | |
|---|---|---|
| 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. |
Tue Jun 12 2018, 01:23 PM Z