/// <summary>
 /// Cancels the current animation.
 /// </summary>
 public void Cancel()
 {
     Color.SetColor(_originalColor);
     ColorAnimation.Cancel(100);
 }