Properties
Methods
Creates a tween that transitions the color of an image from one value to the other.
Parameters
to
number
Ending color of the object.
Returns
A Tween object you can use to further customize the motion.
Creates a tween that transitions the color of an image from one value to the other.
Parameters
from
number
Starting color of the object.
to
number
Ending color of the object.
Returns
A Tween object you can use to further customize the motion.
Creates a tween that transitions the alpha of an image from one value to the other.
Updated 13 days ago