Valentin Lab

Results 106 comments of Valentin Lab

Can you check what hue have your start and end color ? Can you reproduce it in python interactive shell and copy paste here for reproduction ?

May I share with you a few hints that might help us find the culprit... - in the current version of Color (in master branch, tag 0.1.4), the Color object...

Thanks, that was a good read. I'm totally open to integrate xkcd naming into `colour`. Although, the current proposal in itself could use a little more polishing: - First, it...

Don't hesitate to push unfinished code in this PR to ask for confirmation on some of your choices, this could help you not loosing to much time on things I...

Oups, your question somehow slipped through. HSV is very close to HSL, implementing it could be relatively easily. Why not try to contribute a PR ? I didn't know about...

I propose a: - `color.hsv_saturation` - `color.hsl_saturation` While keeping - `color.saturation` a synonym for backwards compatibility. This could be extended to more attributes for coherence's sake. But I dislike the...

Thanks for your continuous effort to make this go through. Sorry for me being (very) late, I'm struggling to organize my time, and not doing a good job at that...

Hi, thanks you for your support on this. If you have any documentation on what process and code change this implies, this will be of interest for me whenever I'll...

There are 2 different problems here: - no support for alpha channel yet in Colour. - no support of full CSS3 specification, but only: - named colour like "red", "blue"......

Your workflow is basically correct. To resume: You can use the ``Color(source).range_to(target, N)`` to manage color scales and generate a N level definition way between ``source`` color and ``target`` color....