Types
Thresholds = concept t ## Describes the values to add that vary the colors at different offsets t.maxThreshold is int t.threshold(int, int) is int
Procs
proc orderedDither[P](input: InputImage[P]; output: var OutputImage[P]; palette: Palette[P]; thresholds: Thresholds)
- Ordered dithering