0
votes
1answer
848 views

Change color of line segment in HTML5 Canvas with jQuery Colorpicker plugin

I have a HTML5 canvas with a several line segments on it. I want to add a jQuery color picker so I can let users change the stroke color of those segments. How do I get the value from the colorpicker ...
1
vote
1answer
165 views

How do I “mask” an area of the canvas for a different action?

I currently have a simple color picker that loads in a color gradient image that I have created (PNG), and when the user hovers or clicks it gets the color value under the cursor. In the image I have ...
0
votes
3answers
2k views

Creating colorpicker on HTML5 canvas

How to draw a colorpicker on HTML5 canvas?