MCPcopy Create free account
hub / github.com/esengine/esengine / toColor

Method toColor

packages/fairygui/src/tween/GTween.ts:111–113  ·  view source on GitHub ↗

* Create a color tween * 创建颜色补间

(start: number, end: number, duration: number)

Source from the content-addressed store, hash-verified

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

Callers 1

playItemMethod · 0.80

Calls 2

_toColorMethod · 0.80
createTweenMethod · 0.80

Tested by

no test coverage detected