pmndrs / leva

🌋 React-first components GUI
https://leva.pmnd.rs
MIT License
5.06k stars 202 forks source link

Add HSV and RGB sliders to the color picker #280

Open marcelpi opened 3 years ago

marcelpi commented 3 years ago

Hi there,

This is definitely something nice-to-have and an enhancement request.

Please add HSB and RGB sliders to the color picker. It would help a lot in precise color picking.

Thank you for the great work.

Screen Shot 2021-11-24 at 18 15 36

dbismut commented 3 years ago

We're using react-colorful. Not sure if the picker supports it but you're welcome to add the feature if it does.

gsimone commented 3 years ago

@marcelpi https://github.com/omgovich/react-colorful#supported-color-models here's some breadcrumbs that might help you implement this

marcelpi commented 3 years ago

Managed to implement my own sliders below the picker. Thanks for the feedback.

You can close this one if you wish.