I came upon a pondering question for you all! How in the world could you take text and using JavaScript, make the text a color based on an image. Lets say you have a Metallic.png image created in photoshop. The file is a reddish metallic and you want that to become your text color based on the pixel colors in the file.
I heard of http://users7.jabry.com/overlord/mug.html - which will color an image based on a solid color defined. But I have never come across anything that can color text based on a image file(I only say image file because, in an image file you could create a metallic or whatever swatch)
Is this even possible at the moment? Couldn't you just add a file source link to the text as you do with the background: url...?
What are your ideas?
David
UPDATE:
On a normal server, PHP technology, JavaScript, etc.. I would hope it works on all browsers.