Constructs a color value from red, green, blue, and alpha components given as numbers from 0 to 1.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| - | No Primary Input | - |
| Red | Default: | f64 |
| Green | Default: | f64 |
| Blue | Default: | f64 |
| Alpha | Default: | f64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Table<Color> |