spark.effects.interpolation 패키지에는 Spark 효과 클래스의 보간 클래스가 들어 있습니다.
인터페이스
| 인터페이스 | 설명 | |
|---|---|---|
| IInterpolator | The IInterpolator interface is implemented by classes that calculate values for the Animation class. |
클래스
| 클래스 | 설명 | |
|---|---|---|
| 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, 03:32 PM Z