This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
ImageCombineChannels (v1)
Combine channels into a single RGBA image Outputs are single channel images
Input(s) : Red - Red channel - if not connected, use black color Green - Green channel - if not connected, use black color Blue - Blue channel - if not connected, use black color Alpha - Alpha channel - if not connected, use black color
Output(s): Image - Output image recombined from input channels
Information
| Module | DataflowCore |
| Category | Image |
| Type | FDataflowImageCombineChannelsNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ResolutionOptions | resolution option | EDataflowImageCombineResolutionOption | Highest |
| Resolution | resolution of the output image if the resolution option is set to user defined | EDataflowImageResolution | Resolution512 |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Red | Red channel - if not connected, use black color | FDataflowImage | () |
| Green | Green channel - if not connected, use black color | FDataflowImage | () |
| Blue | Blue channel - if not connected, use black color | FDataflowImage | () |
| Alpha | Alpha channel - if not connected, use black color | FDataflowImage | () |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Image | Output image recombined from input channels | FDataflowImage |