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

# Set Alpha

## Overview

![The Set Alpha Node.](/files/KO6Ir664ODu8G8krhfLw)

**Set Alpha** sets the value of a specified **Object's** `Alpha` **Attribute** .

The **Set Alpha** **Node** only works with **Objects** that have **Attributes** from the **Sprite** category, such as [**List**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2022.2/objects-and-types/scene-objects/list-widget.md), **Image Sequence**, **Web Sprite**, [**Sprite**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2022.2/objects-and-types/scene-objects/sprite.md), and [**Text**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2022.2/objects-and-types/scene-objects/text.md).

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

## Attributes

![The Set Alpha Node Attributes.](/files/SgIWnnc6JCBor9H3dlND)

| Attribute       | Type         | Description                                                                                          |
| --------------- | ------------ | ---------------------------------------------------------------------------------------------------- |
| `Object`        | **ObjectID** | The **Object**, whose `Alpha` you wish to set, if one is not provided in the `Object ID` **Socket**. |
| `Default Alpha` | **Float**    | The default value of the **Object** color space's `Alpha` component.                                 |

## 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 `Alpha` value you would like to set.   |
| `Alpha`           | **Float**    | The desired value of the **Object's** `Alpha` **Attribute**.          |

## 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 Alpha**](/incari-studio/2022.2/toolbox/incari/object/get-alpha.md)

## External Links

* [*Alpha compositing*](https://en.wikipedia.org/wiki/Alpha_compositing) on Wikipedia.
