Gcolor3: a color selection dialog written in GTK+ 3

Ever wanted to know the value of that color on your screen? Gcolor3 enables you to pick the color from any pixel on your screen. It also offers a palette, so that you can easily mix and match a couple of colors together.

When you have found the perfect combination of colors, naturally you want to save them. Gcolor3 allows you to conveniently save and retrieve colors.

Gcolor3 is a color selection dialog written in GTK+ 3. It is much alike Gcolor2, but uses the newer GTK+ version and other modernisations to better integrate into your modern desktop.

Installation

There are three ways to install Gcolor3: you can either compile it from source, use a package created for your Linux distribution, or use the Flatpak.

The most recent version of Gcolor3 is version 2.3.1, which requires GTK+ 3.20. If your Linux distribution uses an older version, please see the older releases.

Flatpak

To be able to install apps from Flathub you need to add the Flathub remote server:

$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Now you can install Gcolor3 with the following command:

$ flatpak install flathub nl.hjdskes.gcolor3

To run Gcolor3, use:

$ flatpak run nl.hjdskes.gcolor3

Distribution packages

Gcolor3 is packaged for some Linux distributions:

Compile from source

To compile Gcolor3, you need the GTK+ 3 development packages and your Linux distribution’s package containing the tools to compile packages.

You can download the tarball from the current stable release, or pull the latest changes from git.

When the build- and runtime dependencies of Gcolor3 have been installed, run the following commands to build and install Gcolor3:

$ meson build
$ ninja -C build
# ninja -C build install

Optionally, the development packages can now be uninstalled.

Bugs

For any bug or feature request, please create an issue on GitLab.

License

Please see LICENSE on GNOME GitLab.

Copyright © 2013-2018 Jente Hidskes dev@hjdskes.nl.