nielssp.dk

This was not supposed to be my first post, but since the post that was supposed to be my first post is still unfinished, I have decided to write a quick post about a small project I have been working on for the past few weeks.

The name of the project is ColorGrab, and it is a cross-platform color picker developed in C++ using the wxWidgets library.

ColorGrab
ColorGrab on Windows.

ColorGrab allows you to pick colors from anywhere on the screen, convert between RGB, HSL, etc., and save colors to palettes. It is mostly aimed at webdesign and can output and parse color formats used in HTML and CSS. Currently it doesn't do much more than that, but I have a lot of features planned for the future.

At the moment version 0.3 is available as a Windows-installer, a stand-alone executable, and an AUR-package for Arch Linux. You can also compile it on other Linux distributions by downloading the source (tar.gz, zip) or cloning the git repository on Github.