hsluv / hsluv-python

Python implementation of HSLuv (revision 4)

Home Page:https://pypi.org/project/hsluv/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enhancement: return tuples instead of lists

scratchmex opened this issue · comments

I think the conversion functions should return tuples as the colors doesn't need to be mutable.

I agree with this