[Feature Request]Add a color wheel/color ring/picker or something like that.
Closed this issue · 3 comments
QR-0W commented
Is it possible to add a color wheel/ring/picker or something like that to replace the original RGB sliders? This would allow visualization of the expected offset hue, rather than an abstract RGB slider.
Haoming02 commented
That's a good idea, though Gradio natively does not have a Color Picker component.
I'll look into how to implement one...
Haoming02 commented
Added a Color Wheel that can visualize the selected RGB color. Works for applying Styles, Reset, and Randomize as well.
Picking a color from the Wheel is not planned however...
Closed as Finished
Haoming02 commented
Sike, I actually implemented it