timedata-org / old-timedata

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

"to" arithmetic #80

Closed rec closed 8 years ago

rec commented 8 years ago

This is only applicable to lists, because Colors are immutable.

Our arithmetic operators either:

For fast conveniences, we need a third choice:

rec commented 8 years ago

New slight change in glossary for consistency.

"into" means "mutating" "to" means "onto another list entirely"