Skip to content

f_DistanceColoring

rasberry edited this page Mar 5, 2026 · 2 revisions

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)
 --gradient (name)            Use a (registered) gradient

 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