views:

477

answers:

1

I'm trying to get an RGB value of a pixel from a CGImageRef object. I know that I need to create a context or something but, how do I do this?

+1  A: 

This post shows you how to do it.

Ramin
This helped. Thx
RexOnRoids