photoshop_set_layer_blend_mode
Sets the blend mode of the active Photoshop layer. Use an optional document ID to ensure the correct document receives the change.
Instructions
Set the blend mode of the active layer.
COLOR is the Photoshop UI name (Colorize); it is mapped to ExtendScript BlendMode.COLORBLEND.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blendMode | Yes | Blend mode (Photoshop UI name). COLOR maps to BlendMode.COLORBLEND. DARKERCOLOR / LIGHTERCOLOR use Action Manager if the DOM enum is missing. | |
| document_id | No | Optional Photoshop document id from photoshop_get_state / photoshop_list_documents. When set, the tool activates that document before running so a UI tab switch cannot retarget the edit. |