Blurring radius (px)
The Selective Blur is used to blur a background so it can be better compressed.
Contrary to other blur algorithms, the Selective Blur doesn't act on all pixels:
blur is applied only if the difference between its value and the value of the surrounding pixels is less than a defined threshold value.
So, contrasts are preserved because difference is high on contrast limits.