Class Color32ValueMotion
- Namespace
- FriedSynapse.FlowEnt.Motions.Tween.Values
public class Color32ValueMotion : AbstractValueMotion<Color32>, ITweenMotion, IMotion
- Inheritance
-
AbstractEventMotion<Color32>AbstractValueMotion<Color32>Color32ValueMotion
- Implements
- Inherited Members
- Extension Methods
Constructors
Color32ValueMotion(Color32, Color32, Action<Color32>)
Lerps a Color32 value.
public Color32ValueMotion(Color32 from, Color32 to, Action<Color32> callback)
Parameters
from
Color32to
Color32callback
Action<Color32>
Properties
LerpFunction
protected override Func<Color32, Color32, float, Color32> LerpFunction { get; }