python3-colour

converts and manipulates various color representation - Python 2.X

Description

Converts and manipulates common color representation (RGB, HSL, web, ...)

Features:

 * Damn simple and pythonic way to manipulate color representation
 * Full conversion between RGB, HSL, 6-digit hex, 3-digit hex, human
   color
 * One object (Color) or bunch of single purpose function (rgb2hex,
   hsl2rgb, ...)
 * web format that use the smallest representation between 6-digit
   (e.g. #fa3b2c), 3-digit (e.g. #fbb), fully spelled color
   (e.g. white), following W3C color naming for compatible CSS or HTML
   color specifications.
 * smooth intuitive color scale generation choosing N color gradients.
 * can pick colors for you to identify objects of your application.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/vaab/colour


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-colour