Gaea Documentation

Gaea Documentation

Node Reference


RGBSplit

Colorize › Utilities
Shortcode rs
RGBSplit takes a color node and splits the Red/Green/Blue channels into heightfields. The counterpart to RGBMix.

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 ChannelsAutomatically adjusts the levels of each RGB channel independently, ensuring optimal contrast and brightness for each channel after splitting.
MethodSpecifies 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.

Created by QuadSpinner QuadSpinner using AngryMonkey
Copyright © 2016-2026 QuadSpinner. All rights reserved.
Documentation is provided under the MIT License.