Log message:
Changelog
=========
0.1.0 (2015-03-15)
------------------
Fix
~~~
- Avoid casting an exception when comparing to non-``Colour`` instances.
(fixes #14) [Riziq Sayegh]
0.0.6 (2014-11-18)
------------------
New
~~~
- Provide all missing *2* function by combination with other existing
ones (fixes #13). [Valentin Lab]
- Provide full access to any color name in HSL, RGB, HEX convenience
instances. [Valentin Lab]
Now you can call ``colour.HSL.cyan``, or ``colour.HEX.red`` for a direct \
encoding of
``human`` colour labels to the 3 representations.
|
Log message:
Import py27-colour-0.0.5 as textproc/py-colour.
Converts and manipulates common colour representations (RGB, HSV, web, ...)
Features:
* Damn simple and pythonic way to manipulate colour representations
* Full conversion between RGB, HSV, 6-digit hex, 3-digit hex, human colour
* One object (Color) or bunch of single purpose function (rgb2hex, hsl2rgb ...)
* Web format that uses the smallest representation between 6-digit, 3-digit,
fully-spelled colour, that is following W3C color naming for CSS or HTML
colour specifications.
* Smooth intuitive colour scale generation choosing N colour gradients.
* Can pick colours for you to identify objects of your application.
|