Is it possible to change the saturation of an image from 0% to 100% based on x, y, co-ordinates of the mouse cursor?
So with the cursor in the top right corner of a webpage, the image in the top right would be fully saturated, and the image in the bottom left would be at 0% saturation.
With any images in between colored to the % based on coords of mouse.
Can't quite find any solutions online.
I'm looking for this code as an upgrade to the simple CSS hover to colour that i use currently.
Many thanks!!