timedata-org / old-timedata

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

Export each color name into the Color classes. #30

Closed rec closed 8 years ago

rec commented 8 years ago

So we can just say Color.red

rec commented 8 years ago

I decided to put it on two new classes, Colors and Colors256 - for neatness, but also because Cython doesn't let me dynamically add methods to extension classes.