ApplyThresholdBlackOperator 1869 magick/operator.c         pixels[i].red = ApplyThresholdBlackOperator(pixels[i].red,context->quantum_value);
ApplyThresholdBlackOperator 1874 magick/operator.c         pixels[i].green = ApplyThresholdBlackOperator(pixels[i].green,context->quantum_value);
ApplyThresholdBlackOperator 1879 magick/operator.c         pixels[i].blue = ApplyThresholdBlackOperator(pixels[i].blue,context->quantum_value);
ApplyThresholdBlackOperator 1885 magick/operator.c         pixels[i].opacity = ApplyThresholdBlackOperator(pixels[i].opacity,context->quantum_value);
ApplyThresholdBlackOperator 1904 magick/operator.c           if (0U == ApplyThresholdBlackOperator(intensity,context->quantum_value))
ApplyThresholdBlackOperator 1916 magick/operator.c             ApplyThresholdBlackOperator(intensity,context->quantum_value);