2 references to Lerp
Microsoft.Maui (2)
Animations\AnimationLerpingExtensions.cs (1)
62
return new SolidPaint(color.
Lerp
(endColor, progress));
Animations\Lerp.cs (1)
86
return start.
Lerp
(end, progress);