env_set_background_color
Set the 3ds Max scene background color using RGB values or a hex string. Provide [r,g,b] (0-255) or '#RRGGBB' to update the viewport background.
Instructions
设置场景背景色。颜色接受 [r,g,b](0-255)或 "#RRGGBB"。 [English] Set the scene background colour. Accepts [r,g,b] (0-255) or a "#RRGGBB" string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | 背景色 [0-255],也可传 "#RRGGBB"。 | Background colour [0-255], or a "#RRGGBB" string. |