Among other things, one goal is to test the color of a particular pixel of the DESKTOP.
I can see how to apply the GRAPHICS statements in GRAPHICS windows that I create in my program and it's cool stuff! However, I haven't been able to tell if there's a way to apply them to the DESKTOP. Is it possible?
I've read everything in the Help about GRAPHICS, I've examined the Sample programs, I've searched the Forums, but I have not come close to figuring this one out.
I'm currently trying to overlay the Desktop with my own graphics window, which will have transparent foreground and background pixels, and read the Desktop pixel color through that... I have no idea if that will work, but at least I'm trying!
I can see how to apply the GRAPHICS statements in GRAPHICS windows that I create in my program and it's cool stuff! However, I haven't been able to tell if there's a way to apply them to the DESKTOP. Is it possible?
I've read everything in the Help about GRAPHICS, I've examined the Sample programs, I've searched the Forums, but I have not come close to figuring this one out.
I'm currently trying to overlay the Desktop with my own graphics window, which will have transparent foreground and background pixels, and read the Desktop pixel color through that... I have no idea if that will work, but at least I'm trying!
Comment