Refactor Color helper names
This commit is contained in:
parent
120f49080b
commit
4b32a99ebb
8 changed files with 10 additions and 10 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue