timedata-org / old-timedata

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

`ColorList` operations should never return an exception on out of bounds indexes #17

Closed rec closed 8 years ago

rec commented 8 years ago

They should always return "Black".

rec commented 8 years ago

Actually, this is a bad idea. The operations instead need to ignore missing colors.