4 references to ToColor
Microsoft.Maui (2)
Graphics\ShapeDrawable.cs (1)
88
canvas.StrokeColor = stroke.
ToColor
();
Platform\SwipeViewExtensions.cs (1)
12
Color? backgroundColor = swipeItemMenuItem.Background?.
ToColor
();
Microsoft.Maui.Maps (2)
Handlers\MapElement\MapElementHandler.iOS.cs (2)
31
var platformColor = mapElement.Stroke.
ToColor
()?.ToPlatform();
55
var platformColor = filledMapElement.Fill?.
ToColor
()?.ToPlatform();