UNPKG
@ahmic/autoit-js
Version:
latest (2.1.0)
2.1.0
2.0.0
1.1.0
1.0.1
1.0.0
Node.js bindings for AutoItX3.dll
github.com/KasimAhmic/autoit-js
KasimAhmic/autoit-js
@ahmic/autoit-js
/
dist
/
pixel-search.d.ts
3 lines
(2 loc)
•
193 B
TypeScript
View Raw
1
2
3
import
{
IPoint
}
from
'./@types'
;
export
declare
function
PixelSearch
(
left
:
number
,
top
:
number
,
right
:
number
,
bottom
:
number
,
color
:
number
,
shadeVariation
?:
number
,
step
?:
number
):
IPoint
;