> 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/2022.1/toolbox/incari/object/set-tint.md).

# Set Tint

## Overview

![The Set Tint Node.](/files/zGU4NsGCtetWMZJ8oQdm)

**Set Tint** modifies the `Tint` attribute of an **Object**.

The **Set Tint** **Node** only works with objects that have **Sprite** category as an **Attribute** such as [**List**](/incari-studio/2022.1/objects-and-types/scene-objects/list-widget.md), **Image**, **Sequence**, **Web Sprite**, [**Sprite**](/incari-studio/2022.1/objects-and-types/scene-objects/sprite.md) and [**Text**](/incari-studio/2022.1/objects-and-types/scene-objects/text.md).

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

## Attributes

![The Set Tint Node Attributes.](/files/hpaA0tHxe2x5MsxZiSDY)

| Attribute | Type         | Description                                                                                          |
| --------- | ------------ | ---------------------------------------------------------------------------------------------------- |
| `Object`  | **ObjectID** | The **Object**, whose color is to be adjusted, if one is not provided in the `Object ID` **Socket**. |
| `Color`   | **Color**    | The default value of the `Color` **Socket**, if no value is provided.                                |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The ID of the **Object** whose `Tint` you would like to set.          |
| `Color`           | **Color**    | The `Tint` value used to adjust the color of the **Object**.          |

## 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. |

## See Also

* [**Get Tint**](/incari-studio/2022.1/toolbox/incari/object/get-tint.md)

## External Links

* [*Tints and Shades*](https://en.wikipedia.org/wiki/Tints_and_shades) on Wikipedia.
