I want to select a color from an image colour wheel
I can get the cooridinates etc
but is there a way to read the RGB value of
a pixel at a given coordinate(x,y)?
Sorry - I should have answered your question, too...
Using JavaScript, you cannot get RGB values of specific pixels. The colour picker above does it by calculating what colour should be at what x and y coordinate, rather that what actually is there, I believe.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.