ApplyThresholdOperator 1796 magick/operator.c pixels[i].red = ApplyThresholdOperator(pixels[i].red,context->quantum_value); ApplyThresholdOperator 1801 magick/operator.c pixels[i].green = ApplyThresholdOperator(pixels[i].green,context->quantum_value); ApplyThresholdOperator 1806 magick/operator.c pixels[i].blue = ApplyThresholdOperator(pixels[i].blue,context->quantum_value); ApplyThresholdOperator 1812 magick/operator.c pixels[i].opacity = ApplyThresholdOperator(pixels[i].opacity,context->quantum_value); ApplyThresholdOperator 1824 magick/operator.c ApplyThresholdOperator(intensity,context->quantum_value);