I need the average color value of an image in objective c. I want to create a color gradient of it. Has anyone an idea?
There is a method to create the average color from Image.
[UIColor colorWithAverageColorFromImage:(UIImage *)image];