timedata-org / old-timedata

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

Better representation of generated classes to reduce duplication. #72

Closed rec closed 8 years ago

rec commented 8 years ago

ColorList255.py and ColorList256.py are the same file with 255 replaced by 256 (and there's also ColorList.)

This duplication is ugly, but worse, will make for huge numbers of repetitive files when we go to multiple color models.