How change the white skin face to dark skin face in iOS?
问题 I need to change the white skin face to dark skin face... For example American white face to African face(i.e color tone)... I pick the color value of the pixel by digital color meter it gives the RGB value[red=101,green=63 and blue=43] for dark skin and for white skin it gives the RGB value as [red=253,green=210 and blue=176]... Then i am setting that value in my code it gives the false result... Here is my code... -(UIImage*)customBlackFilterOriginal { CGImageRef imgSource=self