You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -258,6 +259,21 @@ Node's opacity setting. The overall visual opacity seen in the document is deter
258
259
259
260
* * *
260
261
262
+
<aname="SceneNode-blendMode"></a>
263
+
264
+
### *sceneNode.blendMode : <code>string</code>*
265
+
**Default**: `BLEND_MODE_PASSTHROUGH`
266
+
**Since**: XD 27
267
+
268
+
Blend mode determines how a node is composited onto the content below it.
269
+
270
+
_Note:_ for leaf nodes (GraphicNode), the XD UI may show leaf nodes as blend mode "Normal" even when the underlying value is `BLEND_MODE_PASSTHROUGH`. This is because "Pass Through" and "Normal" are essentially equivalent for leaf nodes -- they only differ
271
+
in appearance when a node has children.
272
+
273
+
**Kind**: instance property of [<code>SceneNode</code>](#SceneNode)
0 commit comments