3 references to Color
Microsoft.Maui.Controls (2)
Compatibility\Handlers\FlyoutPage\iOS\PhoneFlyoutPageRenderer.cs (1)
101
_clickOffView.BackgroundColor = new
Color
(0, 0, 0, 0).ToPlatform();
KnownColor.cs (1)
13
public static Color Transparent { get; } =
new
(255, 255, 255, 0);
Microsoft.Maui.Graphics.Skia (1)
SKGraphicsExtensions.cs (1)
61
return new
Color
(r, g, b, a);