How can we change the Hue and Saturation of an Image inside a PictureBox?
Below is a screenshot of an app I wrote for Windows Phone. The first image shows a blue note icon, the second, shows an orange-red note icon.
Basically what I am trying to accomplish is change the hue/saturation of certain UI elements (toolbar icons (with images)) when hovered-over. Instead of loading all these images and having 2-3 different color variations for each image. I would prefer to just have 1 image and just programmatically change the hue and saturation accordingly when the image is hovered over:
Original image:
Altered image (desired effect when changing hue/saturnation programmatically):