Quote:
Originally Posted by Erel
What you can do (at runtime) is to check the color of a known pixel and store it in a variable. Now compare other pixel's colors to this variable.
|
Yes. That works.
I use a variable to keep the color immediately after the graph is draw, then use the variable to check against the getpixel.