RGBSplit can take a color node and split the Red, Green, and Blue channels into heightfields. It is the counterpart to the RGBMix node.
Properties
| RGBSplit | |
| Autolevel Channels | Automatically adjusts the levels of each RGB channel independently, ensuring optimal contrast and brightness for each channel after splitting. |
| Method | Specifies the algorithm used to split the RGB image into separate channels or grayscale outputs. AverageSplits the image by averaging the values of the RGB channels, producing a single grayscale output based on the mean intensity. BT 601Uses the BT.601 standard for converting RGB to luminance, applying weighted coefficients for each channel to match broadcast video standards. BT 709Uses the BT.709 standard for RGB to luminance conversion, applying weights optimized for HD video and modern displays. Red ChannelExtracts only the red channel from the RGB image, outputting its values as a grayscale map. |