Background3dPreset
Background color preset for the 3D view. Available values: - Default: Default blue-gray vertical gradient background. - CenterGlow: Dark radial gradient that brightens toward the center. - LightBlue: Solid light-blue background. - Black: Solid black background. - White: Solid white background. - Gray: Gray radial gradient background.
Import
import ScriptingApi as api
# Access the class
# Background3dPreset is available via api.Background3dPreset
Enumeration Values
Enumeration Preset from Background3dPreset
| Value | Description |
|---|---|
Background3dPreset.Default | Default option |
Background3dPreset.CenterGlow | CenterGlow option |
Background3dPreset.LightBlue | LightBlue option |
Background3dPreset.Black | Black option |
Background3dPreset.White | White option |
Background3dPreset.Gray | Gray option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.Background3dPreset.Default