All Projects → RonnyDo → Colorpicker

RonnyDo / Colorpicker

Licence: gpl-3.0
A color picker for elementaryOS.

Programming Languages

vala
323 projects

Build Status License: GPL v3

Color Picker

One Color Picker to rule them all! No overhelming menus or settings. An easy tool with the features you need.

Features:

  • Pick a color with the zoomable Magnifier
  • Choose between multiple Color Formats
  • Let the Color History remember your last colors

ColorPicker Screenshot

Installation

On elementaryOS? Simply install Color Picker from AppCenter:

Get it on AppCenter

For other Debian-based systems, you can download and install the latest .deb file.

For other systems, you will need to compile the package yourself. See the instructions below.

Build from source

If you like to build ColorPicker yourself, take a look at the dev-build.sh file.

Dependencies

You'll need the following dependencies to compile ColorPicker:

  • granite
  • libgtk-3-dev
  • meson
  • valac

Example

Here's a sample list of commands for building the package from source. These have been tested to work correctly on Ubuntu 18.04.

sudo apt install valac libgranite-dev
git clone https://github.com/RonnyDo/ColorPicker.git
cd ColorPicker/
chmod +x dev-build.sh
./dev-build.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].