Channel Shuffle
Color
Rearranges RGBA channels by swapping, duplicating, filling with black/white, or rerouting any channel to any other.
Channel Shuffle lets you reconfigure which data goes into each output channel. For each output channel (Red, Green, Blue, Alpha), you pick a source: any of the input channels, or constant Zero (black) / One (white).
Common uses include swapping channels, isolating a single channel, filling alpha with luminance data, or converting a normal map format.
Parameters
Section titled “Parameters”Channel Mapping
RedChoice
Red output source
GreenChoice
Green output source
BlueChoice
Blue output source
AlphaChoice
Alpha output source
Usage Tips
Section titled “Usage Tips”- Set all outputs to Red to convert to grayscale using only the red channel.
- Swap Red and Blue to convert between RGB and BGR formats.
- Set Alpha source to Zero or One to force fully transparent or fully opaque output.