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
ImageFromColor (v1)
Create a RGBA image from a single color at a specific resolution Outputs are single channel images
Input(s) : FillColor - color to fill the image with Resolution - resolution of the output image
Output(s): Image - Output image
Information
| Module | DataflowCore |
| Category | Image |
| Type | FDataflowImageFromColorNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| FillColor | color to fill the image with | FLinearColor | (R=0.000000,G=0.000000,B=0.000000,A=1.000000) |
| Resolution | resolution of the output image | EDataflowImageResolution | Resolution16 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Image | Output image | FDataflowImage |