2 references to Color
System.Drawing.Primitives (2)
System\Drawing\Color.cs (2)
441
private static Color FromArgb(uint argb) => new
Color
(argb, StateARGBValueValid, null, (KnownColor)0);
482
return new
Color
(NotDefinedValue, StateNameValid, name, (KnownColor)0);