2014-02-11 60 views
0

我想通過使用jquery在圖像上標記點來獲取背景顏色。我不知道如何在某些x,y點上獲取圖像的顏色。任何幫助是非常讚賞,使用jquery獲取x,y座標的背景顏色

+1

你可能有興趣獲取顏色在這:http://stackoverflow.com/questions/7985722/using-javascript-or-jquery-how-can-i-get-the-rgb-color-where-ever-the-mouse-is –

回答

0

你必須canvas元素取圖像,並將其放置在畫布上的X,Y座標,你可以簡單地使用

context.getImageData(x, y, width, height);