Skip to content

Instantly share code, notes, and snippets.

@rhyolight
Created October 25, 2010 03:59
Show Gist options
  • Save rhyolight/644364 to your computer and use it in GitHub Desktop.
Save rhyolight/644364 to your computer and use it in GitHub Desktop.
var pix = document.getPixel(100,100);
if (pix.getHexColor() === '0000FF') {
console.log('pixel at 100x100 is red');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment