Gradient map filter tweaks
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.
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.