Scene.backgroundColor
Background color of the scene
Scene.backgroundColor property
Background color of the scene
Signature:
backgroundColor: Color;Remarks
Use the background color to preview the scene in different colors. Note that it is not exported to the final animation.
Example
// Set the background color of a scene
scene.backgroundColor = { r: 255, g: 0, b: 0 };Last updated: August 5, 2026 at 11:47 AMEdit this page