1
Nodes/Image/InvertChannel
Chromum edited this page 2025-05-09 10:37:30 +00:00

Invert Channel


🔌 INPUT PORTS

Name Type Description
Input Channel SplitChannelData The single-channel input data to invert (e.g., R, G, B, or A from an image).

📤 EXPORT PORTS

Name Type Description
Output Channel SplitChannelData The inverted output channel. Each byte is calculated as 255 - inputValue.

📝 DESCRIPTION

The Invert Channel node performs a per-pixel inversion of a single channel of an image.
This is useful for creating negative effects, generating masks, or processing grayscale data.

This node is derived from BaseImageNode.


⚠️ KNOWN ISSUES

-N/A