-
-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add color queries to search for pixels of a certain color #500
Milestone
Comments
s1hofmann
added a commit
that referenced
this issue
Apr 10, 2023
s1hofmann
added a commit
that referenced
this issue
Apr 10, 2023
s1hofmann
added a commit
that referenced
this issue
Apr 10, 2023
s1hofmann
added a commit
that referenced
this issue
Apr 10, 2023
s1hofmann
added a commit
that referenced
this issue
Apr 10, 2023
s1hofmann
added a commit
that referenced
this issue
Apr 10, 2023
…eric such that they can work with different types
s1hofmann
added a commit
that referenced
this issue
Apr 10, 2023
s1hofmann
added a commit
that referenced
this issue
Apr 28, 2023
s1hofmann
added a commit
that referenced
this issue
Apr 28, 2023
s1hofmann
added a commit
that referenced
this issue
Apr 28, 2023
s1hofmann
added a commit
that referenced
this issue
Apr 28, 2023
* (#500) Define color finder interface * (#500) Implement color finder interface + tests * (#500) Add new query kind ColorQuery + test * (#500) Introduce color finder in provider registry * (#500) Introduce and export new query function `pixelWithColor` * (#500) Make both match-request.class.ts and match-result.class.ts generic such that they can work with different types * (#500) Provide types to now generic MatchResult * (#500) Add support for new color finder and match results which return results other than Region * (#500) Add test for the new color-finder queries in screen.class.spec.ts * (#500) Add test for the new color-finder queries in screen.class.spec.ts * (#500) Add test for the new color-finder queries in screen.class.spec.ts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Short overview
Implement a query and finder for certain pixel colors on screen
Use case
A simple, yet in some cases effective way to locate certain things on screen
Additional content
Reference: autoit
The text was updated successfully, but these errors were encountered: