Class ColorTween
Inherited Members
Namespace: Unity.UIWidgets.animation
Syntax
public class ColorTween : Tween<Color>, IEquatable<Tween<Color>>
Constructors
ColorTween(Color, Color)
Declaration
public ColorTween(Color begin = null, Color end = null)
Parameters
Type | Name | Description |
---|---|---|
Color | begin | |
Color | end |
Methods
lerp(Single)
Declaration
public override Color lerp(float t)
Parameters
Type | Name | Description |
---|---|---|
Single | t |
Returns
Type | Description |
---|---|
Color |
Overrides
Unity.UIWidgets.animation.Tween<Unity.UIWidgets.ui.Color>.lerp(System.Single)