5 references to Value
System.Drawing (5)
commonui\System\Drawing\Color.cs (5)
1377
return(byte)((
Value
>> ARGBRedShift) & 0xFF);
1387
return(byte)((
Value
>> ARGBGreenShift) & 0xFF);
1399
return(byte)((
Value
>> ARGBBlueShift) & 0xFF);
1411
return(byte)((
Value
>> ARGBAlphaShift) & 0xFF);
1725
return unchecked((int)
Value
);