Split up an image to get multiple colors
Hi,
I want to make an app where I need to be able to extract average colors from images. I think I want to use the UIColor initWithPatternImage method (please correct me if I am wrong) to get different colors from the image. However, I want to get different values from different parts of the image. How would I go about doing this?
Thanks in advance!
|