vaab / colour

Python color representations manipulation library (RGB, HSL, web, ...)
BSD 2-Clause "Simplified" License
322 stars 41 forks source link

No web2rgb #13

Closed stuaxo closed 9 years ago

stuaxo commented 9 years ago

At the moment I have to wrap it like this

c = colour.hex2rgb(colour.web2hex(args))
vaab commented 9 years ago

Published 0.0.6 with all the missing 2 functions... Tell me if this is okay.

stuaxo commented 9 years ago

Yup, web2rgb is working for me :)

vaab commented 9 years ago

Many thanks for the suggestion and your feedback.