rickly Guest
|
Posted: Tue Jun 24, 2008 1:04 pm Post subject: Error (or confusion) in PixelGetColor documentation |
|
|
| help wrote: | | Retrieves the color of the pixel at the specified x,y screen coordinates. |
and a few lines later: | help wrote: | | The X and Y coordinates of the pixel, which can be expressions. Coordinates are relative to the active window unless CoordMode was used to change that. |
While the first line many not be technically wrong, it implies xand y are screen relative, while the actual default is active window. I believe the first line should read: | Quote: | | Retrieves the color of the pixel at the specified x,y coordinates. | Similar to the description of PixelSearch. |
|