> 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="/files/25h0zFzVADhaZLIB0lzg" 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="/files/UuR8MnGW9ctpBZm8Om2J" 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="/files/f1avR1w0rbPq1HPTMw8P" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.overthereality.ai/over-sdk-manual/over-visual-scripting-legacy/nodes/data/multimedia.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.
