You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would need to use hmin 330 and hmax 20, and the function would need to know to use the "left" and "right" portions via the circularity of the color space.
At the moment, it just chokes on the min <= max arguments not being true.
It would also be acceptable to maintain the min/max requirements as such and have a boolean switch to indicate that the range was an exclusion rather than a selection.
The text was updated successfully, but these errors were encountered:
If say, I wanted to re-create the "roses" example on http://medialab.github.io/iwanthue/
I would need to use hmin 330 and hmax 20, and the function would need to know to use the "left" and "right" portions via the circularity of the color space.
At the moment, it just chokes on the min <= max arguments not being true.
It would also be acceptable to maintain the min/max requirements as such and have a boolean switch to indicate that the range was an exclusion rather than a selection.
The text was updated successfully, but these errors were encountered: