Confirmed Version: v1.19.8
Overview
Node that detects edges in images and generates outlines. Used for adding outlines to pixel art and illustrations, or emphasizing silhouettes.
Parameters
| Parameter | Description |
|---|---|
| Active | Toggle node enabled/disabled (Default: ACTIVE) |
| Profile | Circle/Square/Diamond (outline shape) |
| Width | Outline thickness (pixels, Default: 0) |
| Position | Inside/Outside (placement position) |
| Threshold | Edge detection threshold (0-1, Default: 0.5) |
| Color | Outline color (Default: white) |
| Anti aliasing | Smooth edges |
| Blend alpha | Outline transparency (0-1) |
Interface
Pro Tips
- Character outline: Circle, Width 2-3, Outside, black
- Glow effect: Circle, Width 5-10, bright color, Blend alpha 0.7-0.9
- UI button border: Square, Width 1-2, Inside, high contrast color
- Toon style: Circle, Width 3-4, black, Threshold 0.3-0.4
Related Nodes
- Glow: Generate glow effects (Coming soon)
- Shadow: Generate shadows (Coming soon)
- Edge Detect: Edge detection (Coming soon)
- SDF: Generate signed distance field (Coming soon)