UNPKG

@ahmic/autoit-js

Version:
3 lines (2 loc) 193 B
import { IPoint } from './@types'; export declare function PixelSearch(left: number, top: number, right: number, bottom: number, color: number, shadeVariation?: number, step?: number): IPoint;