Class AbstractColorLinearMotion<TItem>
- Namespace
- FriedSynapse.FlowEnt.Motions.Tween.Abstract
public abstract class AbstractColorLinearMotion<TItem> : AbstractStructValueMotion<TItem, LinearColor>, ITweenMotion, IMotion, IObjectMotion
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
itemTItemvalueLinearColor
AbstractColorLinearMotion(TItem, LinearColor?, LinearColor)
protected AbstractColorLinearMotion(TItem item, LinearColor? from, LinearColor to)
Parameters
itemTItemfromLinearColor?toLinearColor
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
fromLinearColorvalueLinearColor