jQuery: there is a way to apply colour (tint) to an image?
there is a way to colour (apply tint) an image using jQ or some plugs? thank you Daniel Ruf As already mentioned in Dynamically changing image colours take a look at Pixastic (coloradjust) https://github.com/jseidelin/pixastic http://www.pixastic.com/lib/docs/actions/coloradjust/ or PaintbrushJS (colour tint) https://github.com/mezzoblue/PaintbrushJS http://mezzoblue.github.com/PaintbrushJS/demo/ Simplest way I can think of is overlaying a semitransparent div over the image. A little example: HTML <div id="overlay" class="overlay"></div> <img id="myimg" src="img.jpg" /> CSS .overlay { display: