find_colors
Find screen coordinates that match specified color patterns. Define anchor and offset colors with similarity threshold for precise detection.
Instructions
多点找色:在屏幕上查找符合颜色条件的坐标。 colors 格式:'x,y,#RRGGBB|x,y,#RRGGBB|...',第一个点为锚点,后续为偏移点。 可选带偏差色:'x,y,#RRGGBB-#偏差|...'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| colors | Yes | 颜色描述,如 '100,200,#FF0000|102,200,#00FF00' | |
| rect | No | 搜索区域 [left, top, right, bottom] | |
| diff | No | 相似度 0.0-1.0,默认 0.98 |