Class AbstractColorLinearMotion<TItem>
- Namespace
- FriedSynapse.FlowEnt.Motions.Tween.Abstract
public abstract class AbstractColorLinearMotion<TItem> : AbstractStructValueMotion<TItem, LinearColor>, ITweenMotion, IMotion
Type Parameters
TItem
- Inheritance
-
AbstractTweenMotion<TItem>AbstractValueMotion<TItem, LinearColor>AbstractStructValueMotion<TItem, LinearColor>AbstractColorLinearMotion<TItem>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
AbstractColorLinearMotion(TItem, LinearColor)
protected AbstractColorLinearMotion(TItem item, LinearColor value)
Parameters
item
TItemvalue
LinearColor
AbstractColorLinearMotion(TItem, LinearColor?, LinearColor)
protected AbstractColorLinearMotion(TItem item, LinearColor? from, LinearColor to)
Parameters
item
TItemfrom
LinearColor?to
LinearColor
Properties
LerpFunction
protected override Func<LinearColor, LinearColor, float, LinearColor> LerpFunction { get; }
Property Value
Methods
GetTo(LinearColor, LinearColor)
protected override LinearColor GetTo(LinearColor from, LinearColor value)
Parameters
from
LinearColorvalue
LinearColor