2 references to ARGBRedShift
System.Drawing (2)
commonui\System\Drawing\Color.cs (2)
1377
return(byte)((Value >>
ARGBRedShift
) & 0xFF);
1531
return(long)(unchecked((uint)(red <<
ARGBRedShift
|