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
Inspired by the new release v1.1, here popped out a new idea about UI feature. This might be useless or potentially useful. Anyway I think it worth sharing so you could evaluate (and decide whether to adopt it).
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Gestures can be added on the UI of eyedropper button.
I don't do specialized design works. What I can do currently is a demo about how it looks and animates (and you might imagine how it feels).
Pika.Gesture.Demo.mov
In this demo, people could:
Rotate to adjust Hue component
Scroll horizontally to adjust Saturation component
Scroll vertically to adjust Brightness component
Describe alternatives you've considered
Additional context
This demo is just scratch now and only applies to HSB mode and trackpad gestures. I noticed that colors must be converted bidirectionally. So I couldn't make it for some modes like LAB (without doing maths and writing additional code).
Inspired by the new release v1.1, here popped out a new idea about UI feature. This might be useless or potentially useful. Anyway I think it worth sharing so you could evaluate (and decide whether to adopt it).
Is your feature request related to a problem? Please describe.Describe the solution you'd like
Gestures can be added on the UI of eyedropper button.
I don't do specialized design works. What I can do currently is a demo about how it looks and animates (and you might imagine how it feels).
Pika.Gesture.Demo.mov
In this demo, people could:
Describe alternatives you've consideredAdditional context
This demo is just scratch now and only applies to HSB mode and trackpad gestures. I noticed that colors must be converted bidirectionally. So I couldn't make it for some modes like LAB (without doing maths and writing additional code).