Struct LerpColor
Linearly interpolate between two values a and b by ratio t.
Implements
Inherited Members
Namespace: UnityEngine.Splines.Interpolators
Assembly: solution.dll
Syntax
public struct LerpColor : IInterpolator<Color>
Methods
Name | Description |
---|---|
Interpolate(Color, Color, float) | Linearly interpolates between a and b by t. |