Color Splitter

Introduction

This node splits a given color inout into its components for easy access at the output side of the node.


Input

Here you connect a color. The components of that color (Red, Green, Blue und Alpha) can be accessed separately at the output side of the node.


Outputs

Out R

Out G

Out B

Out A

Returns each component of the Input color separately, like so:

Out R = Input.r

Out G = Input.g

Out B = Input.b

Out A = Input.a