-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Color picker? #135
Comments
Oh I think this is a great idea, so obviously an improvement over the shortcut keys. All that's needed for this is adding a few lines to the web page's
Right before the end, add this:
..and then you have your color picker.
For completeness, we might add a hint there, in line with the colors, i.e., in
@fchollet Would you consider including it in the web page? |
Currently the picking the color on arcprize.org/play is quite time consuming. It's a lot of mouse movements and the 0-9 is such a big range it's hard to remember.
Often time you're staring at the color you need. What if we introduce a color picker mode? It's a well known concept.
I can imagine it could work by introducing a "pick color" button. (P keyboard shortcut). When enabled clicking on any color of any of the input or output fields would change the current color to the clicked color.
It could be placed in line with the Edit, Select etc buttons as another mode. This will probably be the simplest option, as it would just be another mode. This does mean it can't be used in combination with the Select mode though. Unless a way is introduced that allows applying the current color to the selection. Maybe pressing Enter / Space, but there not being a UI element that also has that feature makes that unintuitive.
It could also be placed in line with the colors. Maybe this would mean the for example Select mode would remain active while the picker is active and clicking any color would apply that color. Slightly more powerful, but also more complex.
The text was updated successfully, but these errors were encountered: