Search:

Type: Posts; User: Vergil333@gmail.com

Search: Search took 0.12 seconds.

  1. Replies
    2
    Views
    1,820

    Re: returning color of pixel in loop

    Thank you, it helped me. I used

    System.out.println("Value of color is "+ spd);

    and it gave me different value of color. I tried to use them and now it is working fine.

    So far I was using...
  2. Replies
    2
    Views
    1,820

    returning color of pixel in loop

    Hello everyone!

    Ok, here is part of my code:

    Color c = robot.getPixelColor(663, 60);
    Color red_Battle = new Color(231,50,42);

    ...
Results 1 to 2 of 2