timedata-org / old-timedata

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

Rendering makes an unnecessary copy of the ColorList if it's not normalized. #115

Closed rec closed 8 years ago

rec commented 8 years ago

We should instead get an iterator to the color list, whatever its type, and then do the conversion one color at a time instead of doing the allocation.