Skip to content
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

Closed
s1hofmann opened this issue Apr 9, 2023 · 1 comment
Closed

Add color queries to search for pixels of a certain color #500

s1hofmann opened this issue Apr 9, 2023 · 1 comment
Labels
DONE Implementation is done, but not yet merged into master feature New features
Milestone

Comments

@s1hofmann
Copy link
Member

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

@s1hofmann s1hofmann added the feature New features label Apr 9, 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 s1hofmann added this to the v3.1.2 milestone Apr 15, 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
@s1hofmann s1hofmann added the DONE Implementation is done, but not yet merged into master label Apr 28, 2023
@s1hofmann
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DONE Implementation is done, but not yet merged into master feature New features
Projects
None yet
Development

No branches or pull requests

1 participant