set_scene_item_blend_mode
Change a scene item's blend mode in OBS Studio to apply visual effects like additive, multiply, or screen. Specify the scene, item ID, and desired blend mode.
Instructions
Set a scene item's blend mode.
Args: scene_name: Scene the item is in. scene_item_id: Numeric ID of the item. blend_mode: One of OBS_BLEND_NORMAL, _ADDITIVE, _SUBTRACT, _SCREEN, _MULTIPLY, _LIGHTEN, _DARKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blend_mode | Yes | ||
| scene_name | Yes | ||
| scene_item_id | Yes |