Jump to content

Color Picker like ColorZilla


matfish

Recommended Posts

Ahh, I see what you are saying. Never seen one of those myself. You could probably build one yourself if you were determined enough - it really wouldn't be too hard. Change the cursor to a crosshair, then get the color of the pixel in the crosshair. You could link that to the background color of a div, and have it automatically load the current color into that div.

 

 

I just spent a bit of time looking into it (I thought I could build one myself in a few minutes), and it appears that I was wrong - it's not actually possible to do. You can't get the color reading of a pixel through javascript. I assumed you could, from that color picker I linked to earlier, but the color picker knows the color of each pixel because it has created the color scheme from which it is drawing the values.

 

So it's doubtful that you will find this anywhere else either unfortunately.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.