> For the complete documentation index, see [llms.txt](https://docs.overthereality.ai/over-sdk-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overthereality.ai/over-sdk-manual/over-visual-scripting-legacy/nodes/data/multimedia.md).

# Multimedia

### Description

This collection of [OverNode](/over-sdk-manual/over-visual-scripting-legacy/visual-scripting-essentials/overnode.md)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](/over-sdk-manual/over-visual-scripting-legacy/visual-scripting-essentials/overnode.md) 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](/over-sdk-manual/over-visual-scripting-legacy/visual-scripting-essentials/overnode.md) 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](/over-sdk-manual/over-visual-scripting-legacy/visual-scripting-essentials/overnode.md), 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](/over-sdk-manual/over-visual-scripting-legacy/visual-scripting-essentials/overnode.md) 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](/over-sdk-manual/over-visual-scripting-legacy/visual-scripting-essentials/overnode.md), a preview will appear in order to facilitate the User.

Its main property available in the [OverNode](/over-sdk-manual/over-visual-scripting-legacy/visual-scripting-essentials/overnode.md) 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>
