# Adopting Chroma Key

The **Chroma Key** is a common method used to remove the background from a webcam source. It requires a solid-colored chroma key cloth, such as green or blue, to be physically set up behind the user. If an object with a similar color to the chroma key cloth is visible, it may become partially or entirely transparent, resulting in an unintended appearance.

Alternatively, you can use the **Virtual Background** feature in PRISM Lens. This automatically removes the background without requiring a physical chroma key cloth. For more information about Virtual Background, refer to the following pages:

* **PRISM Lens -** [Getting Started with PRISM Lens](/lens/guides/getting-started-with-prism-lens.md)
* **PRISM Lens -** [Using Virtual Background](/lens/guides/features/virtual-background/using-virtual-background.md)

When comparing Chroma Key with Virtual Background, Chroma Key consumes fewer computer resources and provides a clearer subject outline. Try testing both options separately and choose the one that best fits your needs.

***

To set up Chroma Key, double-click on the source where you want to apply it to open the Properties window. Then, click the **Filters** button at the bottom of the source properties window. You may need to scroll down to find the button depending on the properties. You can also access the Filters button from the context menu by right-clicking the source.

<figure><img src="/files/dcpWOwmHyVnZFGWMsqw9" alt=""><figcaption><p>Double-click on the source and click the <strong>Filters</strong> button.</p></figcaption></figure>

In the **Filters** window, click the **Plus (+)** button in the **Effect Filters** section and select **Chroma Key**.&#x20;

<figure><img src="/files/NuejLFx6kFYAlelFsjeL" alt=""><figcaption><p>Click the <strong>Plus (+)</strong> button in the <strong>Effect Filters</strong> section and select <strong>Chroma Key</strong>. </p></figcaption></figure>

Set the **Key Color Type** option to match the color of your chroma key fabric.

<figure><img src="/files/lIRm1umC0ojoigVFj1lx" alt=""><figcaption><p>Set <strong>Key Color Type</strong> option to match your chroma key fabric.</p></figcaption></figure>

If the subject and background are not separated as cleanly as expected, adjust detailed settings such as **Similarity**, **Smoothness**, **Key Color Spill Reduction**, and more. Setting the **Opacity** option to 1 will remove the background completely, making other sources behind it visible.

<figure><img src="/files/2wYPoFIzXsuhgPNd74Ps" alt=""><figcaption><p>Adjust detailed settings.</p></figcaption></figure>

<figure><img src="/files/plqRMdnU0PzaLUKpyIzA" alt=""><figcaption><p>Adjust the Opacity option to view other sources behind the source.</p></figcaption></figure>

[Desktop](/desktop/overview.md), [Guides](/desktop/guides.md), [Features](/desktop/guides/features.md), [Camera](/desktop/guides/features/camera.md), [LENS](/lens/overview.md), [Using Virtual Background](/lens/guides/features/virtual-background/using-virtual-background.md)


---

# 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://guide.prismlive.com/desktop/guides/sources/editting-sources/adopting-chroma-key.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.
