ColorNode

The ColorNode creates a color by its red, green, blue and alpha components.

Input:

r The red component of the color between 0 and 1.
g The green component of the color between 0 and 1.
b The blue component of the color between 0 and 1.
a The alpha component of the color between 0 and 1.

Output:

The color