add help docs and ?

This commit is contained in:
2026-03-30 23:10:42 -07:00
parent ced43bec4f
commit 63d76bac72
76 changed files with 2184 additions and 1 deletions

24
docs/nodes/Mask Invert.md Normal file
View File

@@ -0,0 +1,24 @@
# Mask Invert
Invert a binary mask — swap masked and unmasked regions.
## Inputs
| Name | Type | Required | Description |
|------|------|----------|-------------|
| mask | IMAGE | Yes | Binary mask to invert |
| field | DATA_FIELD | No | Optional field for preview background display |
## Outputs
| Name | Type | Description |
|------|------|-------------|
| mask | IMAGE | Inverted binary mask |
## Controls
None.
## Limitations
- None.