Version:
type
ColorQuery
A color query is a query that searches for a certain RGBA color on screen.
It will be processed by an instance.
typescript
type ColorQuery = Extract<Query, { type: "color" }>Was this page helpful?
A color query is a query that searches for a certain RGBA color on screen.
It will be processed by an instance.
type ColorQuery = Extract<Query, { type: "color" }>Was this page helpful?