ImageMask
ImageMask[inputImage, selectedColor, colorRange]⟹outputImage
replaces all pixels in inputImage that are farther than the colorRange from selectedColor with the MaskColor.
ImageMask[inputImage, selectedColors, colorRange]⟹outputImage
replaces all pixels in inputImage that are farther than the colorRange away from any selectedColors with the MaskColor.
ImageMask[inputImage, selectedColors, colorRanges]⟹outputImage
replaces all pixels in inputImage that are farther than the colorRanges away from each selectedColors with the MaskColor.