timedata-org / old-timedata

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

Improve Cython's _Color to be a wrapper for a C++ class that autoconverts to Color. #27

Closed rec closed 8 years ago

rec commented 8 years ago

There's considerable machinery involved in interconverting between _Color and Color. That could all go if we had an intermediate struct in C++ and we'd get code that was a little shorter and a little faster.

rec commented 8 years ago

Oops, need to fix this in a few places.