+ 1
How can I get the color value of image
help
5 Réponses
+ 3
you can get the color of each pixel with
let pix = ctx.getImageData(pageX, pageY, 1, 1);
pix will be an array with rgb and opacity values.
It is slow.
+ 2
Thank u very much
0
Usman Muhammed , will you please stop spamming!?!
0
bell thank u