Refactor Color helper names

This commit is contained in:
John Lewin 2018-10-17 17:22:24 -07:00
parent 120f49080b
commit 4b32a99ebb
8 changed files with 10 additions and 10 deletions

View file

@ -57,7 +57,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
private Color PrimaryAccentColor = ActiveTheme.Instance.PrimaryAccentColor;
private Color PrimaryAccentShade = ActiveTheme.Instance.PrimaryAccentColor.AdjustLightness(0.7).ToColor();
private Color PrimaryAccentShade = ActiveTheme.Instance.PrimaryAccentColor.WithLightnessAdjustment(0.7).ToColor();
private double innerRingStrokeWidth = 10 * GuiWidget.DeviceScale;