@ahmic/autoit-js
Version:
Node.js bindings for AutoItX3.dll
12 lines (9 loc) • 315 B
JavaScript
import './@types/point.js';
import './@types/rect.js';
import { INT } from './@types/win32.js';
import { autoit } from './lib/autoit.js';
function PixelGetColor(x, y) {
return autoit.invoke('AU3_PixelGetColor', INT, [INT, INT], [x, y]);
}
export { PixelGetColor };
//# sourceMappingURL=pixel-get-color.js.map