public void SetColor(string key, Color color) { string color_string = ColorTools.ColorToHEX(color); this[key] = color_string; }