Read out-of-window pixel
Blitz3D Forums/Blitz3D Beginners Area/Read out-of-window pixel| 
 | ||
| Is there a way to read the rgb values of out-of-window pixels? | 
| 
 | ||
| There aren't any "out of window" pixels. What are you trying to do? | 
| 
 | ||
| Pixels out of the Program Window if its not full-screen. EG: (Excuse the ascii art) ------------------------- | xxxxxxxxxxxxxxxxxxxxxx| | x |Blitz Window|xxxxx| | x |000000000000|xxxxx| | x _____________|xxxxxx| | xxxxxxxxxxxxxxxxxxxxxx| ------------------------ ^<Your Screen X=out of window Pixel | 
| 
 | ||
| There is a windows api called getpixel. An example can be found here: http://www.blitzbasic.com/codearcs/codearcs.php?code=628 | 
| 
 | ||
| Thanks Alot |