object

GraphicsContextSettings

Defines the opacity and blend mode and isolate blending and transparency knockout group of a object.

Properties
PropertyTypeRequired
classconstRequired
blendModeBlendModeRequired
opacityUnitIntervalRequired
isolateBlendingbooleanRequired
transparencyKnockoutGroupintegerRequired

class

Required

Description

no description

Type

const

Value

constant: the value of this property must be equal to:

json
"graphicsContextSettings"

blendMode

Required

Description

no description

opacity

Required

Description

no description

isolateBlending

Required

Description

You can isolate the blending mode to a targeted layer or group in order to leave objects beneath unaffected.

Type

boolean

transparencyKnockoutGroup

Required

Description

In a transparency knockout group, the elements of a group don't show through each other.

Type

integer

Value

enum: the value of this property must be equal to one of the following values:

ValueExplanation
0OFF
1ON
2Neutral
Daruma Feedback