3 references to FromRgba
Microsoft.Maui (2)
VisualDiagnostics\RectangleAdorner.cs (2)
26
FillColor = fillColor ?? Color.
FromRgba
(225, 0, 0, 125);
27
StrokeColor = strokeColor ?? Color.
FromRgba
(225, 0, 0, 125);
Microsoft.Maui.Controls (1)
Application\Application.cs (1)
235
return Color.
FromRgba
(50, 79, 133, 255);