PixelSearch( left: number, top: number, right: number, bottom: number, color: number, shadeVariation?: number, step?: number,): IPoint Parameters
- left: number
- top: number
- right: number
- bottom: number
- color: number
- shadeVariation: number = 0
- step: number = 1
Searchs for a given pixel within the specified region.
The actual
AU3_PixelSearch
function from AutoIt appears to be broken so it has been reimplemented here using Windows GDI32 and User32 libraries.