Shuffle node¶
This documentation is for version 2.0 of Shuffle.
Description¶
Rearrange channels from one or two inputs and/or convert to different bit depth or components. No colorspace conversion is done (mapping is linear, even for 8-bit and 16-bit types).
Inputs¶
Input | Description | Optional |
---|---|---|
B | Yes | |
A | No |
Controls¶
Parameter / script name | Type | Default | Function |
---|---|---|---|
Output Layer / outputChannels |
Choice | Color.RGBA | The layer that will be written to in output |
Output Components / outputComponents |
Choice | RGBA | Select what types of components the plug-in should output, this has an effect only when the Output Layer is set to the Color layer. This controls what should be the components for the Color Layer: Alpha, RGB or RGBA |
Output Premult / outputPremult |
Choice | Unpremultiplied | Set the premultiplication metadata on the output. This does not modify the data itself. The premultiplication metadata will flow downstream so that further down effects know what kind of data to expect. By default it should be set to Unpremultiplied and you should always provide the Shuffle node unpremultiplied data. Providing alpha-premultiplied data in input of the Shuffle may produce wrong results because of the potential loss of the associated alpha channel. |
R / outputR |
Choice | A.r | Input channel for the output red channel
A.r: Red channel from input A
A.g: Green channel from input A
A.b: Blue channel from input A
A.a: Alpha channel from input A
0: 0 constant channel
1: 1 constant channel
B.r: Red channel from input B
B.g: Green channel from input B
B.b: Blue channel from input B
B.a: Alpha channel from input B
|
G / outputG |
Choice | A.g | Input channel for the output green channel
A.r: Red channel from input A
A.g: Green channel from input A
A.b: Blue channel from input A
A.a: Alpha channel from input A
0: 0 constant channel
1: 1 constant channel
B.r: Red channel from input B
B.g: Green channel from input B
B.b: Blue channel from input B
B.a: Alpha channel from input B
|
B / outputB |
Choice | A.b | Input channel for the output blue channel
A.r: Red channel from input A
A.g: Green channel from input A
A.b: Blue channel from input A
A.a: Alpha channel from input A
0: 0 constant channel
1: 1 constant channel
B.r: Red channel from input B
B.g: Green channel from input B
B.b: Blue channel from input B
B.a: Alpha channel from input B
|
A / outputA |
Choice | A.a | Input channel for the output alpha channel
A.r: Red channel from input A
A.g: Green channel from input A
A.b: Blue channel from input A
A.a: Alpha channel from input A
0: 0 constant channel
1: 1 constant channel
B.r: Red channel from input B
B.g: Green channel from input B
B.b: Blue channel from input B
B.a: Alpha channel from input B
|
Clip Info… / clipInfo |
Button | Display information about the inputs |