Summary
Interpolates in-between two key values given the desired progress time.
- Namespace
- Avalonia
.Animation .Animators - Containing Type
- BaseBrushAnimator
Syntax
public override IBrush Interpolate(double progress, IBrush oldValue, IBrush newValue)
Parameters
Return Value
Type | Description |
---|---|
IBrush |