/// <summary>
 /// Starts the colour animation.
 /// If an animation is already running, cancels the animation and starts a new one.
 /// </summary>
 public void Start()
 {
     ColorAnimation.Animate();
 }