windows phone 8 - Programmatically applying Hue and Saturation to Image in PictureBox C# -


how can change hue , saturation of image inside picturebox?

below screenshot of app wrote windows phone. first image shows blue note icon, second, shows orange-red note icon.

basically trying accomplish change hue/saturation of ui elements (toolbar icons (with images)) when hovered-over. instead of loading these images , having 2-3 different color variations each image. prefer have 1 image , programmatically change hue , saturation accordingly when image hovered over:

original image:

enter image description here

altered image (desired effect when changing hue/saturnation programmatically):

enter image description here


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -