I have been trying to recreate a filter effect used in GIMP (photoshop) in an iPhone application.
and here is an example which shows the tool:
https://drive.google.com/file/d/0B5dHxpdDwpPeYnk5WU81X0RQTlU/view?usp=sharing https://drive.google.com/file/d/0B5dHxpdDwpPeUF8zMFptY3RNUmM/view?usp=sharing
So from what I understand the lightness changes each specifics color brightness (which is not achieved by changing the brightness in general)
now the question is how do I do that to a UIImage?
I tried changing the HSL/HSB of the whole image but that doesn't give me the right effect.
Thank you for your time