Table of Contents

Class ColorValueMotion

public class ColorValueMotion : AbstractValueMotion<Color>, ITweenMotion, IMotion
Inheritance
ColorValueMotion
Implements
Inherited Members
Extension Methods

Constructors

ColorValueMotion(Color, Color, Action<Color>)

Lerps a Color value.

public ColorValueMotion(Color from, Color to, Action<Color> callback)

Parameters

from Color
to Color
callback Action<Color>

Properties

LerpFunction

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

Property Value

Func<Color, Color, float, Color>