ApplyThresholdWhiteOperator 1961 magick/operator.c pixels[i].red = ApplyThresholdWhiteOperator(pixels[i].red,context->quantum_value); ApplyThresholdWhiteOperator 1966 magick/operator.c pixels[i].green = ApplyThresholdWhiteOperator(pixels[i].green,context->quantum_value); ApplyThresholdWhiteOperator 1971 magick/operator.c pixels[i].blue = ApplyThresholdWhiteOperator(pixels[i].blue,context->quantum_value); ApplyThresholdWhiteOperator 1977 magick/operator.c pixels[i].opacity = ApplyThresholdWhiteOperator(pixels[i].opacity,context->quantum_value); ApplyThresholdWhiteOperator 1996 magick/operator.c if (MaxRGB == ApplyThresholdWhiteOperator(intensity,context->quantum_value)) ApplyThresholdWhiteOperator 2008 magick/operator.c ApplyThresholdWhiteOperator(intensity,context->quantum_value);