public static void SetDefaultImageBackground(string hexColor) { DefaultImageBackground = WPFHelper.HexadecimalToRGB(hexColor); }