> For the complete documentation index, see [llms.txt](https://docs.avataar.ai/knowledge-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avataar.ai/knowledge-center/ide-low-code/ide-functions/add-background-to-the-scene.md).

# Add Background to the Scene

**addBackgroundColortoScene:**

| color | color hex | required | String (hex code) |
| ----- | --------- | -------- | ----------------- |

```javascript
// Some codeIDE.addBackgroundColortoScene({ color: "#000000" })

```
