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

There is a collision in package name, both have package name == `colour` This package and https://www.colour-science.org/installation-guide/ If the latter is installed in the PYTHONPATH, all attempts to import `from...

I can not import the most basic class and that is Color >>> from colour import Color Traceback (most recent call last): File "", line 1, in ImportError: cannot import...

Hi, I am trying to create a plot in which each line is picked from a colormap, like in this code: ``` import matplotlib.pylab as plt import numpy as np...

Trying to generate a Colour object using 0, 255, 0 RGB value and read back the rgb tuple. Getting a exponential negative value in place of blue. Also tried, Color("lime").rgb...

Should be replaced with using setuptools directly. See the migration guide here: https://github.com/embray/d2to1

RGB_TO_COLOR_NAMES = { (240, 248, 255): ['aliceblue'], (250, 235, 215): ['antiquewhite'], (0, 255, 255): ['aqua'], (127, 255, 212): ['aquamarine'], (240, 255, 255): ['azure'], (245, 245, 220): ['beige'], (255, 228, 196):...

name colors does not work for all of them, thanks I wrote some tests before implement this library.

Thanks for this library, it's very cool and useful. Maybe you could add another kind of range in order to make gradients, e.g. now the color range from blue to...

When building a gradient from a color to black, the gradient go through many other hues, instead of going simply darker. It looks quite unnatural. Wouldn't it be possible to...

Adding power support. Adding power support ppc64le with Continues Integration/testing so that code remains architecture independent. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing...