RGBA to Color

Constructs a color value from red, green, blue, and alpha components given as numbers from 0 to 1.

Interface

Inputs

ParameterDetailsPossible Types
-No Primary Input-
Red

Default: 0

f64
Green

Default: 0

f64
Blue

Default: 0

f64
Alpha

Default: 1

f64

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Table<Color>