Is it posible to get average color (or more) of the computer screen in real time on a Mac?
For example, if I'm watching this site it will probably be white. I'm trying to make very simple ambient light with Arduino.
I'm not a Mac developer, so I may be off the mark here, but I doubt Mac OS X provides a method specifically to get the average color of the screen. What you could do is take a screenshot and resize it down to one pixel using Core Image, which should efficiently (using hardware acceleration where available) calculate the average.