2 references to SolidPaint
Microsoft.Maui (1)
Animations\AnimationLerpingExtensions.cs (1)
62
return new
SolidPaint
(color.Lerp(endColor, progress));
Microsoft.Maui.Controls (1)
SwipeView\SwipeItem.cs (1)
33
Paint ISwipeItemMenuItem.Background => new
SolidPaint
(BackgroundColor);