ColorComponentsNode

The ColorComponentsNode turns a color into the red, green, blue and alpha components.

Input:

color The color to turn into components.

Output:

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.

Internal Request: