Seena Burns

Results 6 issues of Seena Burns

Potential feature enhancement, provide color harmonies: complementary, analogous, triad

enhancement

Chroma could potentially benefit from basic color functions like Grayscale(), Darken(%), Lighten(%), and any other similar functions.

enhancement

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...

enhancement

Implement color difference - [http://en.wikipedia.org/wiki/Color_difference](http://en.wikipedia.org/wiki/Color_difference) Explanation of implementation choice would be helpful.

enhancement

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...

enhancement

#### 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...