Skip to content

Implements #289 fix for bad colours

Nicolas Pope requested to merge feature/289/removebadcol into master

For bad colours, take an average of neighbouring colours. Currently this is a single non-weighted average of all non-bad neighbour colours. It seems visually fine although a weighted average may be technically better.

Merge request reports