Search:

Type: Posts; User: Ophe

Search: Search took 0.09 seconds.

  1. Thread: Get Pixel

    by Ophe
    Replies
    7
    Views
    2,728

    Re: Get Pixel

    I tried to use the robot class; and it worked to some extent, the problem is that the robotclass only works if it's on top of the screen. I want to read the pixel of the active window. And yes; I can...
  2. Thread: Get Pixel

    by Ophe
    Replies
    7
    Views
    2,728

    Re: Get Pixel

    I was thinking that the performance of fetching data from one pixel and react on the result would be much better than to store an entire area in an array and try to keep track of which pixels are...
  3. Thread: Get Pixel

    by Ophe
    Replies
    7
    Views
    2,728

    Re: Get Pixel

    The reason I'm testing is for collisiontesting.

    I'm not quite sure of how to approach the problem in any different way.
  4. Thread: Get Pixel

    by Ophe
    Replies
    7
    Views
    2,728

    Get Pixel

    Hello

    I'm trying to write a minor "snake" clone; but I have some problems with the code

    I want to retrieve a pixel at (x,y) and check its color; and according to my googling I should use...
Results 1 to 4 of 4