With the addition of canvas
to HTML5, various possibilities have arisen, such as creating small games or even a memes generator .
With this, I would like to know if through canvas
it would be possible to create a color picker.
I see a lot of implementations of color picker out there, (they even tried to input[type=color]
, but I'm not sure about compatibility).
If it were possible, I wanted it to be close to that: