Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.71 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.71 KB

MAUI RGB Color Generator

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.

Features

  • 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.

Getting Started

Prerequisites

Ensure you have the following installed:

  • .NET 8 SDK
  • An IDE that supports .NET MAUI development (e.g., Visual Studio 2022).

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/ThomasDeOliv/TheColorPicker.git 
  2. Open the solution in Visual Studio.

  3. Build the solution to restore all the necessary NuGet packages.

  4. Run the application on your desired platform (Android, iOS, macOS, or Windows).

Usage

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.

Contributing

Contributions are welcome! Please feel free to submit pull requests, create issues for bugs, or suggest new features.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Thanks to the .NET MAUI team for providing the platform to develop cross-platform applications.