ColorQuery: Extract<Query, {
    type: "color";
}>

A color query is a query that searches for a certain RGBA color on screen. It will be processed by an ColorFinderInterface instance.

Type declaration

  • type: "color"

Generated using TypeDoc