Files
tono/docs/nodes/Mask Invert.md
2026-03-30 23:10:42 -07:00

25 lines
449 B
Markdown

# 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.