BaseBrushAnimator.

Interpolate(double, IBrush, IBrush) Method

Summary

Interpolates in-between two key values given the desired progress time.

Syntax

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

Parameters

Name Type Description
progress double
oldValue IBrush
newValue IBrush

Return Value

Type Description
IBrush