DynamicBackgroundChanger is a Windows Presentation Foundation (WPF) application that allows users to change the background color of a window with a single click. It provides a visually appealing and dynamic experience by generating random RGB colors and smoothly animating the transition of the background color.
- Change the background color of the window with a click
- Generates random RGB colors for vibrant and dynamic effects
- Smoothly animates the transition of the background color
- Enhance UI interactivity and explore WPF animation capabilities
- Clone the repository:
git clone https://github.com/your-username/DynamicBackgroundChanger.git - Open the solution file in Visual Studio.
- Build and run the application.
- Click the button to change the background color.
Contributions are welcome! If you have any ideas, improvements, or bug fixes, please open an issue or submit a pull request.