RGB Combine
Combine 4 image in to one. Each image use to control RGBA channel.
Node Data | |
---|---|
FilterArray | |
Display name | |
RGB Combine | |
Internal name | |
Node_Combine_RGB | |
Inheritances | |
node | |
node_processor | |
node_combine_rgb | |
Inputs | |
node_combine_rgb | |
surface |
Red |
surface |
Green |
surface |
Blue |
surface |
Alpha |
enum |
Sampling Type |
float |
Base Value |
map |
Base Value |
bool |
Array Input |
surface |
Rgba Array |
Outputs | |
node_combine_rgb | |
surface |
Surface Out |
Combine 4 surfaces in to 1. Each surface represent color in RGBA channels.
Properties
Sampling Type
How the value is extracted from the pixel color:
- Channel value extract the direct value from each channels, e.g. the red input will get the red amount in the pixel, etc.
- Greyscale extract the average value from each channels, e.g. the red input will get the average of red, green, and blue in the pixel, etc.
Base Value
The value to set when so surface is connected to the inputs.