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

26
docs/nodes/Color Map.md Normal file
View File

@@ -0,0 +1,26 @@
# Color Map
Build a reusable colormap. Choose a preset from the built-in palette list, or create a custom gradient with min/max colours and any number of intermediate stops.
## Inputs
None.
## Outputs
| Name | Type | Description |
|------|------|-------------|
| colormap | COLORMAP | Colormap specification for use with other nodes |
## Controls
| Name | Type | Default | Description |
|------|------|---------|-------------|
| mode | dropdown | preset | Switch between preset and custom gradient modes |
| preset | dropdown | viridis | Built-in colormap preset name; visible when mode is preset |
| stops | STRING (colormap editor) | default gradient | JSON array of color stops for the custom gradient; visible when mode is custom |
## Limitations
- Custom colormaps must include at least a minimum and maximum color stop.
- Stops must be valid JSON; invalid JSON will raise an error.