# Eye dropper

The eye dropper lets you pick the exact color values of an object on the canvas, so you can apply it to your fill. To use the eye dropper:

* Select the layer you want to apply the fill color to
* On the property panel, click on the fill to open the color picker
* Select the 'eye dropper' tool at the bottom left of the color picker
* Hover it on top of the color you'd like to copy from, and click down
* The new color should now be applied

<figure><img src="/files/qUGQPGqFaqk4mwe8UEnH" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lottielab.com/editor/properties/fill-color/eye-dropper.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
