2 references to StateARGBValueValid
System.Drawing.Primitives (2)
System\Drawing\Color.cs (2)
320
private const short StateValueMask =
StateARGBValueValid
;
441
private static Color FromArgb(uint argb) => new Color(argb,
StateARGBValueValid
, null, (KnownColor)0);