Shuffle
Shuffles data between image channels, for instance by copying R into G or a constant white into A.
user
Container for user-defined plugs. Nodes should never make their own plugs here, so users are free to do as they wish.
out
The output image generated by this node.
enabled
Turns the node on and off.
in
The input image
missingSourceMode
Determines behaviour when the source channel doesn’t exist :
Ignore : No change is made to the destination channel.
Error : The node errors.
Black : Black is shuffled into the destination channel.
Note
Does not apply when source contains wildcards.
shuffles
The definition of the shuffling to be performed - an arbitrary number of channel edits can be made by adding ShufflePlugs as children of this plug.