Commit graph

3 commits

Author SHA1 Message Date
rodent
ac61db665b Depend on devel/py-d2to1. Seems to be the solution for build failure on
OmniOS.
2015-04-05 23:20:58 +00:00
rodent
aee31c5d12 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.
2015-04-02 22:29:54 +00:00
rodent
06f09e8c94 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.
2014-06-14 13:43:48 +00:00