Skip to main content

Background3dType

Other

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

ValueDescription
Background3dType.SingleSingle option
Background3dType.GradientGradient option

Usage Example

import ScriptingApi as api

# Access enumeration values
value = api.Background3dType.Single

See Also