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