timedata-org / old-timedata

Time arts data - high-performance color processing in C++ and Python.
7 stars 3 forks source link

Color needs a static method returning a list of known color names. #20

Closed rec closed 8 years ago

rec commented 8 years ago

What's really needed is a Python dictionary of these, but we can do that so easily if we just have the list with {i: Color(i) for i in Color.names()}