private void SetColor(int colorId, Colors colors) { this.colorId = colorId; color = Util.ConvertColor(colors[colorId]); }