# Customizing Outlines

In Easy Outline you have plenty of **options** to further customize the look of your outlines. Also, check [scripting-api](https://docs.febucci.com/easy-outline-for-godot/outlines/scripting-api "mention"))

## Stencil Mask

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Thickness</strong><br>Changes the thickness of the outline.</td><td><a href="https://364044445-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNVNvKwTawKtucdMT6aii%2Fuploads%2F6GT2hFLzUczUAtWiXaEM%2FThickness.gif?alt=media&#x26;token=3c25f405-9127-47aa-b50a-dce471b60129">Thickness.gif</a></td></tr><tr><td><strong>Color</strong><br>Changes the color of the outline.</td><td><a href="https://364044445-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNVNvKwTawKtucdMT6aii%2Fuploads%2FgYQQ6TKpWHIDKYF6sCBQ%2FColor.gif?alt=media&#x26;token=c3e6de60-12a5-45f9-b6a2-c538ce4ff0a3">Color.gif</a></td></tr><tr><td><strong>Texture</strong><br>Add a texture to the outline. You can edit the <code>tiling</code> and <code>offset</code>. Also, the texture can be multiplied by the outline color.</td><td><a href="https://364044445-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNVNvKwTawKtucdMT6aii%2Fuploads%2FLteXJUmdWONhr3Pkxh5D%2FTexture.gif?alt=media&#x26;token=e03ad299-0ee3-4726-a356-0e5e6d5b1054">Texture.gif</a></td></tr><tr><td><strong>Emission</strong><br>Set an emission strength to the outline.</td><td><a href="https://364044445-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNVNvKwTawKtucdMT6aii%2Fuploads%2FxazHge1FK96UPPkpl94t%2FEmission.gif?alt=media&#x26;token=5d5ef774-8d24-4db5-aa9d-90e218d61663">Emission.gif</a></td></tr><tr><td><strong>Distance Fade</strong><br>Fades out the outline if the camera is too far. You can set the <code>min</code> and <code>max</code> distance.</td><td><a href="https://364044445-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNVNvKwTawKtucdMT6aii%2Fuploads%2FVNen0Xe7d4sq2c4iRdXv%2FDistance%20fade.gif?alt=media&#x26;token=8f880cea-933c-4ccb-849c-e3eb16921d92">Distance fade.gif</a></td></tr><tr><td><strong>Distance Scale</strong><br>Scales up the outline based on the camera distance.</td><td><a href="https://364044445-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNVNvKwTawKtucdMT6aii%2Fuploads%2FKORk3btom7ag28ACg0GV%2FDistance%20scale.gif?alt=media&#x26;token=4a3fcdfe-eb38-43aa-b6e5-9c8ba41c899a">Distance scale.gif</a></td></tr></tbody></table>


---

# 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.febucci.com/easy-outline-for-godot/outlines/customizing-outlines.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.
