2 references to Color
Microsoft.Maui.Controls (1)
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);