DemoImage
DemoImage is a helper class for simply visualizing easing functions. It contains 4 static methods for visualizing different functions of Easing objects.
Last updated
DemoImage is a helper class for simply visualizing easing functions. It contains 4 static methods for visualizing different functions of Easing objects.
Last updated
Negative values are not rendered in the generated images
Creates a graph showing the curve created by the Easing
object's in function and saves the image to the specified output path.
Creates a graph showing the curve created by the Easing
object's out function and saves the image to the specified output path.
Creates a graph showing the curve created by the Easing
object's inOut function and saves the image to the specified output path.
Creates a graph showing the curve created by an in Easing
object and an out Easing
object. The transition between them is smoothed according to the smoothing value.