benpollarduk / BP.ColourChimp

.NET 4.6.1 application written in WPF to provide a tool to help compare and convert colours.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

GitHub release License

Introduction

image

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

image

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

Prerequisites

Getting Started

  • Clone the repo.
  • Build all projects.
  • Run the BP.ColourChimp project.

For Open Questions

Visit https://github.com/benpollarduk/colour-chimp/issues

About

.NET 4.6.1 application written in WPF to provide a tool to help compare and convert colours.

License:MIT License


Languages

Language:C# 100.0%