Re: How to read rectangular part of screen, pixel-by-pixel?
- Posted by BRyan Jun 22, 2013
- 1634 views
TheresNoTime said...
For example, I read rectangle of width 4 and height 3 pixels. All of pixels are black, except one, which is white (0xFFFFFF). So, the function must produce:
{ {0, 0, 0, 0}, {0, 0, 16777215, 0}, {0, 0, 0, 0} }
Which operating system ? Windows, Linux, Dos, OSX ? Which version of Euphoria ? ver 311, ver 4xx, ver 64bit Eu ? What video mode ? Are you asking to access the hardware directly ? You need to describe your question with more details.