Right now I am using a bitmap array to get a specific pixel color value from a UIImage. I couldn't find anything online other than the code from here: http://www.markj.net/iphone-uiimage-pixel-color/) Which works well enough.
I wanted to know if there are any other ways to get the color for an image. Looping through myself feels a little skanky.