Re: How to read rectangular part of screen, pixel-by-pixel?

new topic     » goto parent     » topic index » view thread      » older message » newer message
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. 
 

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu