CustomGraphicsBasicMaterialColorEffect.ambientColor Property

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

Description

Gets and sets the ambientColor associated with this CustomGraphicsBasicMaterialColorEffect object. The ambient color is the color of the light anywhere there's not a specific light source.

Syntax

"customGraphicsBasicMaterialColorEffect_var" is a variable referencing a CustomGraphicsBasicMaterialColorEffect object.

# Get the value of the property.
propertyValue = customGraphicsBasicMaterialColorEffect_var.ambientColor

# Set the value of the property.
customGraphicsBasicMaterialColorEffect_var.ambientColor = propertyValue
"customGraphicsBasicMaterialColorEffect_var" is a variable referencing a CustomGraphicsBasicMaterialColorEffect object.
#include <Fusion/Graphics/CustomGraphicsBasicMaterialColorEffect.h>

// Get the value of the property.
Ptr<Color> propertyValue = customGraphicsBasicMaterialColorEffect_var->ambientColor();

// Set the value of the property, where value_var is a Color.
bool returnValue = customGraphicsBasicMaterialColorEffect_var->ambientColor(value_var);

Property Value

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

Version

Introduced in version September 2017