Blend
Blends two images together
intermediate
Since P00
Input Ports
Base
Base input for Blend.
Blend
Blend input for Blend.
Output Ports
Image
composeresult
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Mode | Enum | Normal | Controls the mode setting for Blend. |
| Opacity | Float | 1.0 | Controls the opacity setting for Blend. |
| Output Size | Enum | Base | Controls the output size setting for Blend. |
| Alignment | Enum | Top-Left | Controls the alignment setting for Blend. |
| Offset X | Int | 0 | Controls the offset x setting for Blend. |
| Offset Y | Int | 0 | Controls the offset y setting for Blend. |
Overview
Blends two images together
Inputs and Outputs
Input Ports
- Base
Image: Base input for Blend. - Blend
Image: Blend input for Blend.
Output Ports
- Image
Image: composeresult
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Mode | Enum | Normal | Controls the mode setting for Blend. |
| Opacity | Float | 1.0 | Controls the opacity setting for Blend. |
| Output Size | Enum | Base | Controls the output size setting for Blend. |
| Alignment | Enum | Top-Left | Controls the alignment setting for Blend. |
| Offset X | Int | 0 | Controls the offset x setting for Blend. |
| Offset Y | Int | 0 | Controls the offset y setting for Blend. |
When to Use
Use Blend when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.
Notes
Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.