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