https://github.com/jangler/labrat
CIELAB color picker
https://github.com/jangler/labrat
Last synced: about 1 month ago
JSON representation
CIELAB color picker
- Host: GitHub
- URL: https://github.com/jangler/labrat
- Owner: jangler
- License: mit
- Created: 2015-06-05T16:07:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T02:27:30.000Z (about 3 years ago)
- Last Synced: 2025-01-27T13:49:43.242Z (3 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Labrat
======A graphical color picker for the CIELAB color space that allows conversion to
and from RGB values, and adjustment of hue and saturation mapped onto the
CIELAB color space.Installation
------------Installation via pip:
::
[sudo] pip[3] install labrat
If you use Arch Linux or a derivative, you may also install via the
`AUR package `_.Usage
-----::
usage: labrat [-h] [--version]
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit