set_blend_mode
Change a node's blend mode to control how it composites with layers beneath in Figma, or set PASS_THROUGH on groups/frames for children to blend outside.
Instructions
Set how a node composites with the layers beneath it (NORMAL, MULTIPLY, SCREEN, OVERLAY, DARKEN, LIGHTEN, COLOR_DODGE, etc.). PASS_THROUGH is only meaningful on groups/frames (lets children blend with content outside the group). Affects compositing only, not the node's own fills — use set_fills or set_opacity for those. Returns { ok, nodeId }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Node to set the blend mode on | |
| blendMode | Yes | Figma blend mode literal, e.g. "MULTIPLY" |