# Set Tint

## Overview

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

**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**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2024.1/objects-and-types/scene-objects/list-widget.md), **Image**, **Sequence**, **Web Sprite**, [**Sprite**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2024.1/objects-and-types/scene-objects/sprite.md) and [**Text**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2024.1/objects-and-types/scene-objects/text.md).

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

## Attributes

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

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

## External Links

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


---

# 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.incari.com/incari-studio/2024.1/toolbox/incari/object/set-tint.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.
