Edge Detect
Edge Detect isolates edges for a stylized line-art look, or as a diagnostic tool for checking sharpness and focus.
Parameters
| Parameter | Type | Options / Range | Default | What it does |
|---|---|---|---|---|
| Mode | enum | wires, colormix, canny | wires | The edge-detection algorithm/rendering style. |
| Low | number | 1 to 100 | 20 | Lower detection threshold — edges below this strength are ignored. |
| High | number | 1 to 100 | 50 | Upper detection threshold — controls how strong an edge needs to be to register fully. |
See also
Threshold for a different kind of graphic, high-contrast effect.
Control preview
JSON structure
{
"id": "edgedetect",
"enabled": true,
"params": {
"mode": "wires",
"low": 20,
"high": 50
}
}