* Create a color tween * 创建颜色补间
(start: number, end: number, duration: number)
| 109 | * 创建颜色补间 |
| 110 | */ |
| 111 | public static toColor(start: number, end: number, duration: number): GTweener { |
| 112 | return TweenManager.createTween()._toColor(start, end, duration); |
| 113 | } |
| 114 | |
| 115 | /** |
| 116 | * Create a delayed call |
no test coverage detected