CustomGraphicsAppearanceColorEffect.create Method
Parent Object:
CustomGraphicsAppearanceColorEffectDefined in namespace "adsk::fusion" and the header file is <Fusion/Graphics/CustomGraphicsAppearanceColorEffect.h>
Description
Statically creates a new CustomGraphicsAppearanceColorEffect object. This can be used when setting the color property of the various custom graphics objects. With this coloring effect, an existing appearance is used. The appearance must be available in the design where the graphics will be drawn.
Syntax
This is a static method.
returnValue = adsk.fusion.CustomGraphicsAppearanceColorEffect.create(appearance)
|
This is a static method.
#include <Fusion/Graphics/CustomGraphicsAppearanceColorEffect.h>
returnValue = adsk::fusion::CustomGraphicsAppearanceColorEffect::create(appearance);
|
Return Value
Parameters
appearance |
Appearance |
The appearance to use. The appearance must be available in the design where the graphics will be drawn. |
Version
Introduced in version September 2017