Share

CustomGraphicsShowThroughColorEffect.color Property

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

Description

Gets and sets the color associated with this CustomGraphicsShowThroughColorEffect object. The color that will be used to render the portion of the entity that is covered by other objects in the scene.

Syntax

"customGraphicsShowThroughColorEffect_var" is a variable referencing a CustomGraphicsShowThroughColorEffect object.

# Get the value of the property.
propertyValue = customGraphicsShowThroughColorEffect_var.color

# Set the value of the property.
customGraphicsShowThroughColorEffect_var.color = propertyValue

Property Value

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

Version

Introduced in version August 2020

Was this information helpful?