> For the complete documentation index, see [llms.txt](https://help.depence.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.depence.com/depence-construction/depence-materials/depence-pbr-material/chroma-key.md).

# Chroma-Key

Especially for virtual events we have added a proper chroma-key feature to mask out defined colors from the diffuse channel.&#x20;

<div><figure><img src="/files/VyVpvfmLiFiHrcG4GJGt" alt=""><figcaption><p>Without</p></figcaption></figure> <figure><img src="/files/fIJlG9a0Pb1R8pefmV1E" alt=""><figcaption><p>Chroma-Key applied</p></figcaption></figure></div>

In the PBR Material Settings at the Transparency category, you can find all Chromakey settings.&#x20;

<table data-header-hidden><thead><tr><th width="274"></th><th></th></tr></thead><tbody><tr><td>Chroma-Key</td><td>Activates the chroma-key filter</td></tr><tr><td>Chroma-Key Color</td><td>The color to be removed</td></tr><tr><td>Threshold high</td><td>Variable hue threshold</td></tr><tr><td>Threshold low</td><td>Variable hue threshold</td></tr><tr><td>Despill</td><td>Removes the green tint </td></tr><tr><td>Despill intensity</td><td>Amount of despill</td></tr><tr><td>Despill luminance</td><td>Luminance of despill</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.depence.com/depence-construction/depence-materials/depence-pbr-material/chroma-key.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
