This is a simple MAUI application built with .NET 8 that allows users to generate colors either by manually adjusting RGB (Red, Green, Blue) components or by generating them randomly. It also provides the associated HEX code for the generated color.
- Adjust RGB Values: Slide bars allow you to adjust the values of Red, Green, and Blue to mix your custom color.
- Random Color Generation: Generate a random color with the click of a button.
- HEX Code Display: Automatically displays the HEX code for the generated or adjusted color.
Ensure you have the following installed:
- .NET 8 SDK
- An IDE that supports .NET MAUI development (e.g., Visual Studio 2022).
-
Clone the repository to your local machine:
git clone https://github.com/ThomasDeOliv/TheColorPicker.git
-
Open the solution in Visual Studio.
-
Build the solution to restore all the necessary NuGet packages.
-
Run the application on your desired platform (Android, iOS, macOS, or Windows).
Once the application is running:
Use the RGB sliders to adjust the color. Click on the 'Random Color' button to generate a random color. The HEX code of the current color is displayed and can be copied if needed.
Contributions are welcome! Please feel free to submit pull requests, create issues for bugs, or suggest new features.
This project is licensed under the MIT License - see the LICENSE file for details.
Thanks to the .NET MAUI team for providing the platform to develop cross-platform applications.