6 references to Mute
System.Windows.Forms (6)
System\Windows\Forms\Controls\GroupBox\GroupBox.Modern.cs (5)
222
surfaceColor = PopupButtonColorMath.
Mute
(surfaceColor, 0.55f);
305
borderColor = PopupButtonColorMath.
Mute
(borderColor, 0.55f);
365
bodyColor = PopupButtonColorMath.
Mute
(bodyColor, 0.55f);
366
headerColor = PopupButtonColorMath.
Mute
(headerColor, 0.55f);
367
borderColor = PopupButtonColorMath.
Mute
(borderColor, 0.55f);
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (1)
854
Color back = enabled ? surfaceBackColor : PopupButtonColorMath.
Mute
(surfaceBackColor, 0.55f);