Skip to content

This project is designed to meticulously detail the RGB, CMY, and HSI channels of an image on a pixel-by-pixel basis. It also offers the capability to adjust the brightness and hue of the image, in addition to applying a luminance effect

Notifications You must be signed in to change notification settings

hydde7/csharp-cg-color

Repository files navigation

Computer Graphics and Colors Application

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.

Getting Started

Prerequisites

  • Microsoft Visual Studio (2017 or later)
  • .NET Framework 4.7.2 or later

Setup

  1. Clone the repository or download the ZIP file and extract it.
  2. Open the solution file (ComputaçãoGráfica.csproj) in Microsoft Visual Studio.
  3. Restore any NuGet packages if prompted.
  4. Build the solution (Build > Build Solution).

Usage

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.

Contributing

Contributions to this project are welcome! Here's how you can contribute:

  1. Fork the repository.
  2. Create a new branch for your feature (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a pull request.

About

This project is designed to meticulously detail the RGB, CMY, and HSI channels of an image on a pixel-by-pixel basis. It also offers the capability to adjust the brightness and hue of the image, in addition to applying a luminance effect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages