Share

Rendering.isBackgroundTransparent Property

Parent Object: Rendering
Defined in namespace "adsk::fusion" and the header file is <Fusion/Render/Rendering.h>

Description

Specifies if the background of the rendering should be transparent. The default is false, which means it will not be transparent.

Syntax

"rendering_var" is a variable referencing a Rendering object.

# Get the value of the property.
propertyValue = rendering_var.isBackgroundTransparent

# Set the value of the property.
rendering_var.isBackgroundTransparent = propertyValue

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version May 2023

Was this information helpful?