This project is a Windows Forms application developed in C# focused on computer graphics and color manipulation. It provides a graphical user interface for various operations related to colors, offering users an interactive way to explore and manipulate color properties.
- Microsoft Visual Studio (2017 or later)
- .NET Framework 4.7.2 or later
- Clone the repository or download the ZIP file and extract it.
- Open the solution file (
ComputaçãoGráfica.csproj
) in Microsoft Visual Studio. - Restore any NuGet packages if prompted.
- Build the solution (Build > Build Solution).
Run the application from Visual Studio by pressing F5 or clicking the "Start" button. The main form (fPrincipal
) will open, presenting the available color manipulation and graphics options.
Explore the different functionalities provided through the UI, such as color selection, conversion, and graphical representations.
Contributions to this project are welcome! Here's how you can contribute:
- Fork the repository.
- Create a new branch for your feature (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a pull request.