2 references to StateValueMask
System.Drawing.Primitives (2)
System\Drawing\Color.cs (2)
417if ((state & StateValueMask) != 0) 574(state & StateValueMask) != 0 ? $"{nameof(Color)} [A={A}, R={R}, G={G}, B={B}]" :