Skip to content

Gradient Map dithering options

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

Added basic dither functionality from Palettize filter to the Gradient Map filter. Allows dithered blending between stop colours without introducing any new colours which is desirable for pixel art.

Moved dither functionality/ui out of Palettize filter into KisDitherUtil and KisDitherWidget.

Merge request reports