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?