I am wondering if the following is possible and how to go about it.
I have an image (UIImageView) which is a png file with a transparent background. The image is all the same shade of grey (It is essentially a silhouette) and has 4 distinct segments.
Below the image I have a slider with 4 stops (inc start and end) - So when the user slides it 'snaps' so that the pointer is positioned directly beneath a 'segment' of the image.
What I would like to do is: If the slider is under segment 2 for example, the image will appear with a blue tint from a certain x position to another x position.