combine_channels
Combine three monochrome views into a single RGB color image using ChannelCombination. Requires identical dimensions for all inputs to produce a color composite view.
Instructions
Combine 3 mono views into a single RGB color image using ChannelCombination. All 3 views must have identical dimensions. Returns the view ID of the combined image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| b_view_id | Yes | Blue channel view ID | |
| g_view_id | Yes | Green channel view ID | |
| output_id | Yes | Desired output view ID (the combined image is renamed to this) | |
| r_view_id | Yes | Red channel view ID |