/exhibit

A program used by color-blind people to help them identify the color of a pixel on the screen by moving the cursor on it.

Primary LanguageC#MIT LicenseMIT

Exhibit

Exhibit lets color-blind people know what color the mouse is over. It can also help designers know the colors used on a website/design by showing the HSV values of the color.

Getting Started

This is a very simple software. Install it on your PC and use it to know the colors of products or web elements.

Prerequisites

The only prerequisite is .Net framework v4.0

Installing

You can build it yourself or download the release version.

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

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

Acknowledgments

  • John Gietzen (Used his code to check colors under the mouse pointer)