Table of Contents

Class Color32ValueMotion

public class Color32ValueMotion : AbstractValueMotion<Color32>, ITweenMotion, IMotion
Inheritance
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 Color32
to Color32
callback Action<Color32>

Properties

LerpFunction

protected override Func<Color32, Color32, float, Color32> LerpFunction { get; }

Property Value

Func<Color32, Color32, float, Color32>