pick_color
Retrieve the color value of any pixel on your GNOME desktop screen by specifying exact coordinates. Use this tool to identify colors for design, development, or accessibility purposes.
Instructions
Get the pixel color at screen coordinates.
Args: x: X coordinate in pixels. y: Y coordinate in pixels.
Returns: JSON with r, g, b values (0.0-1.0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |