ChannelIsolate
Extracts just one channel from the input RT and outputs it as grayscale with that value copied into all of R, G and B. It works as an entry point for uses such as making mask material or building color-shift glitches.
- Channel — an R (default) / G / B / A dropdown
The output alpha is always fixed at 1. Even when the A channel is selected, the alpha value is copied into RGB on the way out (the output itself stays opaque).
If the input is disconnected, the output is cleared to black.
The output is HDR capable, and the resolution is the same as the input.
Input ports
| Port ID | Type |
|---|---|
Render Texture | RenderTexture |
Output ports
| Port ID | Type |
|---|---|
Render Texture | RenderTexture |
Synapse Apps (scripting)
await synapse.modules.create({ type: "ChannelIsolate" })