Seena Burns
Seena Burns
Potential feature enhancement, provide color harmonies: complementary, analogous, triad
Chroma could potentially benefit from basic color functions like Grayscale(), Darken(%), Lighten(%), and any other similar functions.
Basic idea is to implement something along the lines of [Charles Leifer's "Using python and k-means to find the dominant colors in images."](http://charlesleifer.com/blog/using-python-and-k-means-to-find-the-dominant-colors-in-images/) I've run into some bugs using the...
Implement color difference - [http://en.wikipedia.org/wiki/Color_difference](http://en.wikipedia.org/wiki/Color_difference) Explanation of implementation choice would be helpful.
Unfortunately, it doesn't seem like any other coordinate systems can take advantage of colorsys, but the more coordinate systems Chroma supports, the better. Possibilities: - sRGB - YIQ - YUV...
#### Problem Isolate's startup time on Windows became abysmally slow (~30-60s) after adding React and Reason as dependencies. Investigating, I found the app had high disk activity, and appeared to...