1 write to B
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\ARGB.cs (1)
30B = b;
8 references to B
System.Windows.Forms (5)
System\Windows\Forms\Rendering\ControlPaint.HLSColor.cs (5)
34int b = argb.B; 120Interpolate(dark.B, darkDark.B, percDarker)); 174Interpolate(light.B, lightLight.B, percentLighter));
System.Windows.Forms.Primitives (3)
System\Windows\Forms\SystemDrawingExtensions.cs (3)
78(argb1.B + argb2.B) / 2); 87return Color.FromArgb(argb.A, (byte)~argb.R, (byte)~argb.G, (byte)~argb.B);