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.
Gcolor3 does not work on Wayland (see issue #38).
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
Gcolor3 is available from Flathub.
Distribution packages
Gcolor3 is packaged for some Linux distributions:
Arch Linux: There are AUR packages for the latest stable release and for the git version.
Fedora: There is a copr repository to install Gcolor3. Please see the instructions there.
openSUSE: There is an openSUSE package available.
Ubuntu: There is a PPA available.
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.