Search:

Type: Posts; User: Bridget

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    1,000

    Re: help with java color code

    Are you sure that is the route I want to go? I want a code that is similar to getRGB except some kind of code to where I would do:

    if(image.ContainsTheseRGBValues(122, 113, 144)) {


    I guess...
  2. Replies
    6
    Views
    1,000

    Re: help with java color code

    Thank you for the fast reply, let me also add that I had a lot of help with making this code, so I am not exactly sure what you just said. (I apologize for my lack of knowledge, it's embarassing)
  3. Replies
    6
    Views
    1,000

    help with java color code

    So I am very new to java in general, but I have this code here:

    import java.awt.Color;
    import java.awt.Rectangle;
    import java.awt.Robot;
    import java.awt.image.BufferedImage;

    public class...
Results 1 to 3 of 3