BradyBrenot / huestacean

Philips Hue control app for desktop with screen syncing. C++ with Qt Quick GUI.
http://huestacean.com
Apache License 2.0
566 stars 53 forks source link

Smarter and alternative color picking algorithms #14

Closed BradyBrenot closed 6 years ago

BradyBrenot commented 6 years ago

Solution this ended on in f0a3e04

I'm converting all (16*9) buckets to xyY, and then removing the 25% (36) of those that are the least saturated. The result's pretty decent. Might want to add some user options for how this actually works.

Thoughts

Smarter

Alternative