Website Header Slim

Derive Node Reference

Append Node

Description

This node appends values from different sources into individual color channels, combining them to a new RGBA texture.

Sample Tree

Properties

None

Inputs

Input Name Allowed Data Types Description
R
Float
Input that takes the values for the red color channel.
G
Float
Input that takes the values for the green color channel.
B
Float
Input that takes the values for the blue color channel.
A
Float
Input that takes the values for the alpha color channel.

Outputs

Output Name Data Type Description
RGBA
RGBA
Outputs a new RGBA texture as a combination of the color channels specified by the inputs.

Login