Share

CustomGraphicsAppearanceColorEffect.appearance Property

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

Description

Gets and sets the appearance to use. The appearance assigned must be available in the design where the graphics will be drawn.

Syntax

"customGraphicsAppearanceColorEffect_var" is a variable referencing a CustomGraphicsAppearanceColorEffect object.

# Get the value of the property.
propertyValue = customGraphicsAppearanceColorEffect_var.appearance

# Set the value of the property.
customGraphicsAppearanceColorEffect_var.appearance = propertyValue

Property Value

This is a read/write property whose value is an Appearance.

Version

Introduced in version September 2017

Was this information helpful?