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