Background3dType
Background type for the 3D view custom background. Single uses one color. Gradient blends between two colors. Available values: - Single: Single solid background color. - Gradient: Gradient blend between two background colors.
Import
import ScriptingApi as api
# Access the class
# Background3dType is available via api.Background3dType
Enumeration Values
Enumeration Type from Background3dType
| Value | Description |
|---|---|
Background3dType.Single | Single option |
Background3dType.Gradient | Gradient option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.Background3dType.Single