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, 04:01 PM Z