colour icon indicating copy to clipboard operation
colour copied to clipboard

Python color representations manipulation library (RGB, HSL, web, ...)

Results 35 colour issues
Sort by recently updated
recently updated
newest added

Hi, I've been using your module for some time and I was thinking the XKCD colour definition would be a fine addition to it. https://blog.xkcd.com/2010/05/03/color-survey-results/ This might seem a little...

I try the most simple import of color from colour import Color c = Color("blue") and I get this error ImportError: cannot import name 'Color' from 'colour' (unknown location)

Is there a chance integer RGB values can be accepted? It makes compatibility with PIL's color signatures more streamlined.

This PR addresses issue #47 which was also addressed by PR #48: Given that hue is a circular magnitude, color transitions should be able to take the shorter path when...

Previously, when performing `range_to` on colors with hues that crossed `1.0`, the `color_scale` function used in `range_to` would go through all intervening hues instead of crossing `1.0`. For example, when...

Is HSV going to be supported? The readme says it is supported, but I found only HSL implemented. Thank you.

enhancement

Hello, when i use oldcolor = Color('#800080') newcolor = Color('#000080') oldcolor.range_to(newcolor, 100) the list goes through the whole rainbow (red, yellow, etc). An option for a range with a shortest...

Addition of `rebeccapurple` to bring color names to CSS Color Level 4.

Since the package name is colour (with 'u'), having a class name 'color' is a bit imperfect, thus having a 'colour' class would nail it.

It says no 'No module named dist_info' when pip install And it gives same error info in running "python setup.py install". my python is 2.7.14, and this version of python...