6 references to Mute
System.Windows.Forms (6)
System\Windows\Forms\Controls\GroupBox\GroupBox.Modern.cs (5)
203
surfaceColor = PopupButtonColorMath.
Mute
(surfaceColor, 0.55f);
286
borderColor = PopupButtonColorMath.
Mute
(borderColor, 0.55f);
349
bodyColor = PopupButtonColorMath.
Mute
(bodyColor, 0.55f);
350
headerSurfaceColor = PopupButtonColorMath.
Mute
(headerSurfaceColor, 0.55f);
351
borderColor = PopupButtonColorMath.
Mute
(borderColor, 0.55f);
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (1)
854
Color back = enabled ? surfaceBackColor : PopupButtonColorMath.
Mute
(surfaceBackColor, 0.55f);