From 4dbffd4f1f7ef4170685782f4452bf5699a916e0 Mon Sep 17 00:00:00 2001 From: Chromum Date: Fri, 9 May 2025 10:33:51 +0000 Subject: [PATCH] Update Nodes/Image/Invert --- Nodes%2FImage%2FInvert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nodes%2FImage%2FInvert.md b/Nodes%2FImage%2FInvert.md index 86a909c..5883952 100644 --- a/Nodes%2FImage%2FInvert.md +++ b/Nodes%2FImage%2FInvert.md @@ -14,7 +14,7 @@ | Name | Type | Description | |-------------|-------------|---------------------------------------------| -| `inputTexture` | `ImageData` | The output image with inverted RGB channels. | +| `outputTexture` | `ImageData` | The output image with inverted RGB channels. | ---