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:
altered image (desired effect when changing hue/saturnation programmatically):
Comments
Post a Comment