5 references to ARGBRedShift
System.Drawing.Primitives (5)
System\Drawing\Color.cs (4)
332internal const uint ARGBRedMask = 0xFFu << ARGBRedShift; 365public byte R => unchecked((byte)(Value >> ARGBRedShift)); 457(uint)red << ARGBRedShift | 492r = (int)(value & ARGBRedMask) >> ARGBRedShift;
System\Drawing\ColorTranslator.cs (1)
25=> ((value >> COLORREF_RedShift) & 0xFF) << Color.ARGBRedShift