Search:

Type: Posts; User: Mr.777

Search: Search took 0.08 seconds.

  1. Replies
    14
    Views
    2,785

    Re: How to get getPixelColor to Loop

    end = robot.getPixelColor(1147, 706);
    Each time you are getting color of same pixels.
  2. Replies
    14
    Views
    2,785

    Re: How to get getPixelColor to Loop

    .......................... Sorry just seen l :P
  3. Replies
    14
    Views
    2,785

    Re: How to get getPixelColor to Loop

    Yeah it should. But the question is, did it?
  4. Replies
    14
    Views
    2,785

    Re: How to get getPixelColor to Loop

    while(End.getRGB() != L.getRGB()){
    //some things
    Color End = robot.getPixelColor(1147, 706); // <<---------- it can't be written like this, right?
    }}...
Results 1 to 4 of 4