---
title: "Channel Shuffle"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/image/channel/channelshuffle
markdown: https://docs.nodetool.ai/nodes/lib/image/channel/channelshuffle.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/image/channel/channelshuffle.md
---

# Channel Shuffle

**Type:** `lib.image.channel.Shuffle`

**Namespace:** `lib.image.channel`

## Description

Permute RGBA channels. Each output channel picks any input channel (0=R, 1=G, 2=B, 3=A).
    image, channels, swap, rgba

## Properties

_(none)_

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `image` |  |

## Related Nodes

Browse other nodes in the [lib.image.channel](./) namespace.
