Skip to content

f_DistanceColoring

rasberry edited this page Nov 5, 2025 · 1 revision

DistanceColoring

Usage

 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

Examples

Images
-rs 0 DistanceColoring-0
-rs 0 -p 2 DistanceColoring-1
-rs 0 -p 3 DistanceColoring-2

Clone this wiki locally