Category5.Animation.resetColor C# (CSharp) Method

resetColor() public method

Reset the color of the animation to what is was originally
public resetColor ( ) : void
return void
        public void resetColor()
        {
            color = Color.White;
        }