private static Color GetColor(string name)
 {
     return(ColorMap.GetOrDefault(name, Color.Black));
 }