# Multimedia

### Description

This collection of [OverNode](https://docs.overthereality.ai/over-sdk-manual/over-visual-scripting-legacy/visual-scripting-essentials/overnode)s represents data types applicable in the field of Graphics, such as images and texturing.

#### Color Value

This Data Node is used to represent color values inside the Graph.&#x20;

Its main property available in the [OverNode](https://docs.overthereality.ai/over-sdk-manual/over-visual-scripting-legacy/visual-scripting-essentials/overnode) system is its `value`, to be used inside the graph.

<figure><img src="https://content.gitbook.com/content/6xdubHTzJACGqFIM7yJy/blobs/NWWEgcEpZlzsOcQqBMNv/data_color.png" alt=""><figcaption></figcaption></figure>

#### Sprite Value

This Data [OverNode](https://docs.overthereality.ai/over-sdk-manual/over-visual-scripting-legacy/visual-scripting-essentials/overnode) is used to represent a [Sprite](https://docs.unity3d.com/2018.2/Documentation/ScriptReference/Sprite.html) value inside the Graph.&#x20;

Once a Sprite asset is assigned to the [OverNode](https://docs.overthereality.ai/over-sdk-manual/over-visual-scripting-legacy/visual-scripting-essentials/overnode), a preview will appear in order to facilitate the User.

Its main property available in the Node system is its `value`, to be used inside the graph.

<figure><img src="https://content.gitbook.com/content/6xdubHTzJACGqFIM7yJy/blobs/mnVYjABAECbsCHKmY0ih/data_sprite.png" alt=""><figcaption></figcaption></figure>

#### Texture Value

This Data [OverNode](https://docs.overthereality.ai/over-sdk-manual/over-visual-scripting-legacy/visual-scripting-essentials/overnode) is used to represent a [Texture2D](https://docs.unity3d.com/ScriptReference/Texture2D.html) value inside the Graph.&#x20;

Once a Texture asset is assigned to the [OverNode](https://docs.overthereality.ai/over-sdk-manual/over-visual-scripting-legacy/visual-scripting-essentials/overnode), a preview will appear in order to facilitate the User.

Its main property available in the [OverNode](https://docs.overthereality.ai/over-sdk-manual/over-visual-scripting-legacy/visual-scripting-essentials/overnode) system is its `value`, to be used inside the graph.

<figure><img src="https://content.gitbook.com/content/6xdubHTzJACGqFIM7yJy/blobs/5yAOgCLLgB2vtFRkBgEn/data_texture.png" alt=""><figcaption></figcaption></figure>
