GraphicsPreferences.canvasEffects Property

Parent Object: GraphicsPreferences
Defined in namespace "adsk::core" and the header file is <Core/Application/GraphicsPreferences.h>

Description

Provides access to the settings that control the canvas effects.

Syntax

"graphicsPreferences_var" is a variable referencing a GraphicsPreferences object.

# Get the value of the property.
propertyValue = graphicsPreferences_var.canvasEffects
"graphicsPreferences_var" is a variable referencing a GraphicsPreferences object.
#include <Core/Application/GraphicsPreferences.h>

// Get the value of the property.
Ptr<CanvasEffects> propertyValue = graphicsPreferences_var->canvasEffects();

Property Value

This is a read only property whose value is a CanvasEffects.

Version

Introduced in version May 2025