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