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

@ -199,7 +199,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
if (!buttonIsBeingClicked)
{
activeButton.FlashBackground(theme.Colors.PrimaryAccentColor.AdjustContrast(theme.Colors.PrimaryTextColor, 6).ToColor());
activeButton.FlashBackground(theme.Colors.PrimaryAccentColor.WithContrast(theme.Colors.PrimaryTextColor, 6).ToColor());
}
}
};