set_blend_mode
Set how a node blends with layers underneath it using modes like MULTIPLY or SCREEN. Use PASS_THROUGH on groups to let children blend with external content.
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" |