Table of Contents

Class AbstractColorLinearMotion<TItem>

public abstract class AbstractColorLinearMotion<TItem> : AbstractStructValueMotion<TItem, LinearColor>, ITweenMotion, IMotion

Type Parameters

TItem
Inheritance
AbstractColorLinearMotion<TItem>
Implements
Derived
Inherited Members
Extension Methods

Constructors

AbstractColorLinearMotion(TItem, LinearColor)

protected AbstractColorLinearMotion(TItem item, LinearColor value)

Parameters

item TItem
value LinearColor

AbstractColorLinearMotion(TItem, LinearColor?, LinearColor)

protected AbstractColorLinearMotion(TItem item, LinearColor? from, LinearColor to)

Parameters

item TItem
from LinearColor?
to LinearColor

Properties

LerpFunction

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

Property Value

Func<LinearColor, LinearColor, float, LinearColor>

Methods

GetTo(LinearColor, LinearColor)

protected override LinearColor GetTo(LinearColor from, LinearColor value)

Parameters

from LinearColor
value LinearColor

Returns

LinearColor