The ColorComponentsNode turns a color into the red, green, blue and alpha components.
color | The color to turn into components. |
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. |