/// <summary> /// Override this to change colors of zones during the animation /// </summary> /// <param name="z"></param> /// <returns></returns> public virtual SKColor RecolorZone(Zone z) { return(GameViewController.GetBaseColor(z)); }