UInt32Animator.

Interpolate(double, uint, uint) Method

Namespace
Avalonia.Animation.Animators
Containing Type
UInt32Animator

Syntax

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

Parameters

Name Type Description
progress double
oldValue uint
newValue uint

Return Value

Type Description
uint