5 references to ARGBGreenShift
System.Drawing.Primitives (5)
System\Drawing\Color.cs (4)
332
internal const uint ARGBGreenMask = 0xFFu <<
ARGBGreenShift
;
366
public byte G => unchecked((byte)(Value >>
ARGBGreenShift
));
455
(uint)green <<
ARGBGreenShift
|
490
g = (int)(value & ARGBGreenMask) >>
ARGBGreenShift
;
System\Drawing\ColorTranslator.cs (1)
26
| ((value >> COLORREF_GreenShift) & 0xFF) << Color.
ARGBGreenShift