ColorAnimator.

Interpolate(double, Color, Color) Method

Namespace
Avalonia.Animation.Animators
Containing Type
ColorAnimator

Syntax

public override Color Interpolate(double progress, Color oldValue, Color newValue)

Parameters

Name Type Description
progress double
oldValue Color
newValue Color

Return Value

Type Description
Color