I have successfully mastered the technique of changing an image from grey to color on hover using CSS and JavaScript. However, I am curious about whether it is possible to achieve the same effect using a clipping mask.
Attached is an image that illustrates exactly what I am attempting to accomplish. Most examples I have come across either change the entire image or only a specific area around the mouse pointer. My goal is to have a designated section or clipped region of an image transform in color upon hovering over it.