PixelGetColor&PixelSe Guest
|
Posted: Sun Nov 18, 2007 10:05 pm Post subject: Help? |
|
|
I have a few questions.
1. What is the difference between PixelGetSearch, and PixelSearch?
2. How would I operate them, as in, where would I plug in what?
And 3. Can someone give me an example of clicking the color 000000f, in like a region of 1,1 to 100,100. If there's anything else that's needed for the code, could you tell me what and fill that in also? Thanks.
PixelGetColor Code: PixelGetColor, OutputVar, X, Y [, Alt|Slow|RGB]
PixelSearch Code: PixelSearch, OutputVarX, OutputVarY, X1, Y1, X2, Y2, ColorID [, Variation, Fast|RGB] |
|
raven-gm
Joined: 25 Mar 2007 Posts: 24
|
Posted: Sun Nov 18, 2007 10:24 pm Post subject: |
|
|
PixelGetColor gets the color of a pixel at a location (X,Y) and stores it into the output variable.
PixelSearch Looks for a pixel of the specified color in the specified region and stores it's co-ordinates into the output variables. _________________ I would like to think that I know what I'm doing, but there's just to much stuff I've yet to learn... |
|