-
Notifications
You must be signed in to change notification settings - Fork 0
f_DistanceColoring
rasberry edited this page Nov 5, 2025
·
1 revision
Colors pixels with the smallest color index determined by distance to the nearest same color
-p (PlacementKind) Placement type (defaults to random)
-rs (number) Random Int32 seed value (defaults to system picked)
Available Placements:
0. None
1. Random
2. Sequential
3. Spiral
| Images | |
|---|---|
| -rs 0 | ![]() |
| -rs 0 -p 2 | ![]() |
| -rs 0 -p 3 | ![]() |


