Closed TodePond closed 2 years ago
It would be handy to have a version of Colour.make that doesn't do all the heavyweight calculations of the current one. Sometimes you wanna make colours on the fly, and the current one is very slow.
Colour.make
Just redo the whole thing!
This is done now in the new branch: https://github.com/TodePond/Habitat/blob/simplified-build/source/colour.js
It would be handy to have a version of
Colour.make
that doesn't do all the heavyweight calculations of the current one. Sometimes you wanna make colours on the fly, and the current one is very slow.