> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/toolbox/incari/screen/setbackground.md).

# Set Background

This **Node** has different versions based on what `Mode` is set in the **Attributes**.

{% tabs %}
{% tab title="Color" %}

## Overview

![The Set Background Color Node.](/files/PDtKgvSz8U3lGvstSvh6)

The **Set Background Color Node** sets the `Color` for the inputted **Screen's** background.

[**Scope**](/incari-studio/toolbox/overview.md#scopes): **Project**, **Function**, **Prefab**.

## Attributes

![The Set Background Color Node Attributes.](/files/ndvUBqs73hGWvz3BxfTo)

| Attribute | Type               | Description                                                                                          |
| --------- | ------------------ | ---------------------------------------------------------------------------------------------------- |
| `Mode`    | **Dropdown**       | The type of background that will be set. In this case, `Color` has been chosen.                      |
| `Color`   | **Color Selector** | The color to be set for the **Screen's** background, if one is not provided in the **Input Socket**. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `ScreenID`        | **ScreenID** | The ID of the **Screen** that will have its background color set.     |
| `Color`           | **Color**    | The color to be set for the **Screen's** background.                  |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| {% endtab %}       |           |                                                                                                                                        |

{% tab title="Texture" %}

## Overview

![The Set Background Texture\_Quad Node.](/files/Z97kOPxoR6SNuRupmoP8)

The **Set Background Texture\_Quad Node** sets the `Texture` for the inputted **Screen's** background.

[**Scope**](/incari-studio/toolbox/overview.md#scopes): **Project**, **Function**, **Prefab**.

## Attributes

![The Set Background Texture\_Quad Node Attributes.](/files/QzjsHPVayaNKwsAnXpgP)

| Attribute | Type              | Description                                                                                                |
| --------- | ----------------- | ---------------------------------------------------------------------------------------------------------- |
| `Mode`    | **Dropdown**      | The type of background that will be set. In this case, `Texture` has been chosen.                          |
| `Texture` | **File Selector** | The **Texture** to be set for the **Screen's** background, if one is not provided in the **Input Socket**. |

## Inputs

| Input             | Type          | Description                                                             |
| ----------------- | ------------- | ----------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**     | A standard **Input Pulse**, to trigger the execution of the **Node**.   |
| `ScreenID`        | **ScreenID**  | The ID of the **Screen** that will have its background **Texture** set. |
| `TextureID`       | **TextureID** | The **Texture** to be set for the **Screen's** background.              |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| {% endtab %}       |           |                                                                                                                                        |

{% tab title="Scene Environment" %}

## Overview

![The Set Background Scene Environment Node.](/files/pxM7a5Vx6rgKaUEQb0rT)

The **Set Background Scene Environment Node** sets the `Scene Environment` for the inputted **Screen's** background. This is decided in the [Scene Environment](/incari-studio/objects-and-types/project-objects/screen.md#background) option in the **Screen's** `Background` **Attributes**.

[**Scope**](/incari-studio/toolbox/overview.md#scopes): **Project**, **Function**, **Prefab**.

## Attributes

![The Set Background Scene Environment Node Attributes.](/files/HNQifvn9quL7Qh2S24S4)

| Attribute | Type         | Description                                                                                 |
| --------- | ------------ | ------------------------------------------------------------------------------------------- |
| `Mode`    | **Dropdown** | The type of background that will be set. In this case, `Scene Environment` has been chosen. |

## Inputs

| Input             | Type         | Description                                                                         |
| ----------------- | ------------ | ----------------------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**.               |
| `ScreenID`        | **ScreenID** | The ID of the **Screen** that will have its **Screen's** **Scene Environment** set. |
| {% endtab %}      |              |                                                                                     |

{% tab title="Gradient" %}

## Overview

![The Set Background Gradient Node.](/files/6xh4o5rCswmlYVnKWNWU)

The **Set Background Gradient Node** sets the `Gradient` for the inputted **Screen's** background.

[**Scope**](/incari-studio/toolbox/overview.md#scopes): **Project**, **Function**, **Prefab**.

## Attributes

![The Set Background Gradient Node Attributes.](/files/kLIQW4FJcGaoLJesQuet)

| Attribute      | Type               | Description                                                                                                          |
| -------------- | ------------------ | -------------------------------------------------------------------------------------------------------------------- |
| `Mode`         | **Dropdown**       | The type of background that will be set. In this case, `Gradient` has been chosen.                                   |
| `Top Color`    | **Color Selector** | The top color to be set for the **Screen's** gradient background, if one is not provided in the **Input Socket**.    |
| `Bottom Color` | **Color Selector** | The bottom color to be set for the **Screen's** gradient background, if one is not provided in the **Input Socket**. |

## Inputs

| Input             | Type               | Description                                                           |
| ----------------- | ------------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**          | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `ScreenID`        | **ScreenID**       | The ID of the **Screen** that will have its background gradient set.  |
| `Top Color`       | **Color Selector** | The top color to be set for the **Screen's** gradient background.     |
| `Bottom Color`    | **Color Selector** | The bottom color to be set for the **Screen's** gradient background.  |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| {% endtab %}       |           |                                                                                                                                        |
| {% endtabs %}      |           |                                                                                                                                        |
