I may not always understand every function in an API but usually I can at least get started on a problem. This time I don't even know if this is possible or how to attack it....
I have an area on the screen that a user can draw. This works fine. They draw with three different colors indicating three different cases. I need to detect the percent coverage of the three different colors in the area. There does not seem to be any way to get the color value of a single screen pixel. How would you approach this?