1j01 / jspaint

🎨 Classic MS Paint, REVIVED + ✨Extras
https://jspaint.app/about
MIT License
7.18k stars 560 forks source link

Color Picker Implimentation #218

Closed Southwitch closed 3 years ago

Southwitch commented 3 years ago

Just read the new update and saw that the change in color pickers was made upon request. Is there a way to implement a setting so it may be possible to choose which color picking setting you preferred? I preferred the previous color wheel style, especially because the new feature removed the ability to use your dropper to pick the color to work off of in the color editor.

Thank you for your time!

1j01 commented 3 years ago

Sorry, I'm not bringing the native color picker back. The way it worked, it had some ugly code which I was glad to remove. What did you like about the old color picker? It was very different from browser to browser, operating system to operating system, so keep in mind that I don't know what color picker you had before.

As for choosing based on the picked color, I don't know if I ever considered that before, but that does seem to be how MS Paint works, so I'm willing to implement that.

1j01 commented 3 years ago

You can now add custom colors based on eye-dropped colors. (Fixed in 0b828f8d12a24c779a64cba04b2b5097ffa0c631) If you want other specific improvements, let me know.