atomicLayers
photoshop_set_layer_blend_mode
Set the blend mode of the active layer. `COLOR` is the Photoshop UI name (Colorize); it is mapped to ExtendScript `BlendMode.COLORBLEND`.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| blendMode | string | yes | Blend mode (Photoshop UI name). COLOR maps to BlendMode.COLORBLEND. DARKERCOLOR / LIGHTERCOLOR use Action Manager if the DOM enum is missing. |
Community recipes
Nothing here yet. Be the first to share one.
Share a recipe