Skip to content

Gradient map filter tweaks

Carl Olsson requested to merge colsson/krita:dither_gradient into master

Add a nearest mode to gradient filter at user request: limits gradient to discrete stop colours. Changed gradient stop search to use logarithmic std::lower_bound rather than linear search.

Merge request reports