2 references to Color
Microsoft.Maui (1)
Platform\iOS\ColorExtensions.cs (1)
46 return new Color(.32f, .4f, .57f).ToPlatform();
Microsoft.Maui.Graphics (1)
Color.cs (1)
646 color = new Color((float)r, (float)g, (float)b);