# Runtime Color Settings

The **Runtime Color Settings** are `Scriptable Objects` which hold the data required to handle an average color and process into a color you'll use on objects and UI elements in your project.

<figure><img src="/files/y7aYsIcYKoaj3JmzI6sK" alt=""><figcaption></figcaption></figure>

While you can edit the values on each object, you'll likely find it much easier to edit them on the Runtime Color component. When viewing that component, all Runtime Color Settings objects are visible and editable in a custom Inspector. During runtime, the average color and the output colors of each Settings object are also shown.

{% hint style="info" %}
As these are Scriptable Objects, any changes made during play mode in the Editor will be kept when play mode ends.
{% endhint %}


---

# 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://infinitypbr.gitbook.io/magic-pig-games/other/runtime-color-sampler/runtime-color-settings.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.
