GraphicsContextSettings
Typeobject
Backlinks12Define the opacity, blend mode, isolation blending, and transparency knockout group of the object.
Property | Type | Required |
---|---|---|
class | string | Required |
blendMode | BlendMode | Required |
opacity | UnitInterval | Required |
isolateBlending | boolean | Required |
transparencyKnockoutGroup | integer | Required |
class​
RequiredType
string
Value
constant: the value of this property must be equal to:
"graphicsContextSettings"
opacity​
RequiredDescription
The opacity of the object. 0
represents transparent, and 1
represents opaque.
Type
isolateBlending​
RequiredDescription
To leave objects beneath unaffected, you can isolate the blending mode to a targeted layer or group.
Type
boolean
transparencyKnockoutGroup​
RequiredDescription
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:
Value | Explanation |
---|---|
0 | OFF |
1 | ON |
2 | Neutral |