Confirmed Version: v1.19.8
Overview
Node for blending two images with various blend modes. Implements layer blending functionality familiar from graphics software like Photoshop in PixelComposer.
Parameters
| Parameter | Description |
|---|---|
| Active | Toggle node enabled/disabled (Default: ACTIVE) |
| Blend mode | Blending method (Normal/Multiply/Screen etc. 24 types) |
| Opacity | Foreground opacity (0-1, Default: 1) |
| Output dimension | Output size determination method |
| Fill mode | None/Stretch/Tile (size adjustment method) |
| Position | Foreground image position (X,Y) |
| Preserve alpha | Preserve background alpha channel |
| Mask feather | Mask edge blur (Default: 1) |
Interface
Pro Tips
- Overlay: Natural blending, adjust with Opacity 0.7
- Screen: Perfect for adding light effects
- Multiply: Convenient for adding shadows and textures
- Difference: Use for image difference detection
Related Nodes
- Composite: More advanced compositing features (Coming soon)
- Alpha Blend: Alpha channel specific blending (Coming soon)
- Mask: Dedicated mask generation node (Coming soon)
- Layer: Multiple layer management (Coming soon)