timedata-org / old-timedata

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

Color and Color256 should autoconvert - if possible. #21

Closed rec closed 8 years ago

rec commented 8 years ago

Right now, you can just use them interchangeably, which at least is clear, but it'd be better if e.g. Color gets a Color256 it knows to scale it down.

rec commented 8 years ago

It's easy to make Color do this but to do this for ColorList would impact performance. "Don't do that."