ByteAnimator.

Interpolate(double, byte, byte) Method

Namespace
Avalonia.Animation.Animators
Containing Type
ByteAnimator

Syntax

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

Parameters

Name Type Description
progress double
oldValue byte
newValue byte

Return Value

Type Description
byte