Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.03 KB

File metadata and controls

37 lines (28 loc) · 1.03 KB

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

Otherwise you can download and install the latest .deb file.

Dependencies

You'll need the following dependencies to build:

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

Build, Install and Run

Call in the project's root folder:

meson build && cd build
mesonconf -Dprefix=/usr
ninja
sudo ninja install
com.github.ronnydo.colorpicker