https://github.com/benpollarduk/bp.colourchimp
.NET 4.6.1 application written in WPF to provide a tool to help compare and convert colours.
https://github.com/benpollarduk/bp.colourchimp
cmyk color colour csharp hsv tool wpf
Last synced: about 2 months ago
JSON representation
.NET 4.6.1 application written in WPF to provide a tool to help compare and convert colours.
- Host: GitHub
- URL: https://github.com/benpollarduk/bp.colourchimp
- Owner: benpollarduk
- License: mit
- Created: 2023-04-06T15:53:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T16:20:01.000Z (over 1 year ago)
- Last Synced: 2025-06-02T11:55:04.019Z (about 1 year ago)
- Topics: cmyk, color, colour, csharp, hsv, tool, wpf
- Language: C#
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BP.ColourChimp
.NET 4.6.1 application written in WPF to provide a tool to help compare and convert colours. Supports ARGB, CMYK and HSV colour spaces.
[](https://github.com/benpollarduk/colour-chimp/releases)
[](https://opensource.org/licenses/MIT)
## Introduction

Provides a simple information window for any of the colours that can be used to convert formats:

Provides functionality to gather colours from open windows and screen regions, and supports importing of colours from an image. Colours can be filtered and sorted.
## Notes
This is an old project now, it was started in 2010 and has been dormant for many years although the tool itself has proven to be useful numerous times. It has received some quality of life updates, but the underlying architecture is fundamentally flawed and requires revision before being developed any further. Colours are stored as rectangles in a UICollection which makes overall management slow and cumbersome. Colours should be broken away from the UI itself.
## Getting Started
* Clone the repo.
* Build all projects.
* Run the BP.ColourChimp project.
## For Open Questions
Visit https://github.com/benpollarduk/colour-chimp/issues