Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:QuantumRange

1004         sum+=QuantumRange*ColorMatrix[v][5];
2768 FxReturn(QuantumRange);
2838 if (LocaleCompare(expression,"QuantumRange") == 0)
2839 FxReturn(QuantumRange);
3232 q[i]=ClampToQuantum(QuantumRange*alpha);
3758 if (plasma >= QuantumRange)
3759 return(QuantumRange);
3837 plasma=(double) QuantumRange/(2.0*attenuate);
4215 % 0 to QuantumRange and is a measure of the extent of the sepia toning. A
4309 tone=intensity > threshold ? (double) QuantumRange : intensity+
4310 (double) QuantumRange-threshold;
4312 tone=intensity > (7.0*threshold/6.0) ? (double) QuantumRange :
4313 intensity+(double) QuantumRange-7.0*threshold/6.0;
4612 q[i]=ClampToQuantum(QuantumRange*value);
4679 % sensitive paper to light. Threshold ranges from 0 to QuantumRange and is a
4730 image->colormap[i].red=QuantumRange-image->colormap[i].red;
4732 image->colormap[i].green=QuantumRange-image->colormap[i].green;
4734 image->colormap[i].blue=QuantumRange-image->colormap[i].blue;
4775 q[i]=QuantumRange-q[i];