private void Start() { painter.SetColor(startColor); currentColor.SetColor(startColor); }
public void SetColor() { painter.SetColor(currentColor); }