Closed JovialJuggernaut closed 6 years ago
Is this code from somewhere else or did you write it? We should make sure and keep the license info on it.
It's a couple functions ripped out of colorsys.py in the anaconda3/lib folder. It didn't have the license info in the script itself.
Looks like its from CPython: https://github.com/python/cpython/blob/3.4/Lib/colorsys.py
Please add a comment saying so and refer to the license here: https://github.com/python/cpython/blob/3.4/LICENSE
Thank you!
Will that work?
Thanks!
Yup! Looks great! Thanks!
Will return tuple of RGB[0-255] values.