110 result = dev2Lab.Begin();
125 result = Lab2Dev2Lab.Begin();
140 if (!pTag || ndim==3)
158 for(j=0; j<ndim1; j++) {
162 while(steps[0]==nstart) {
163 for(j=0; j<ndim; j++) {
164 sPixel[j] =
icMin(steps[j+1],1.0);
166 steps[ndim] = (steps[ndim]+stepsize);
167 for(i=ndim; i>=0; i--) {
170 steps[i-1] = (steps[i-1]+stepsize);
175 dev2Lab.Apply(devPcs, sPixel);
176 Lab2Dev2Lab.Apply(roundPcs1, devPcs);
177 Lab2Dev2Lab.Apply(roundPcs2, roundPcs1);
183 Compare(sPixel, devPcs, roundPcs1, roundPcs2);
icStatusCMM EvaluateProfile(CIccProfile *pProfile, icUInt8Number nGran=0, icRenderingIntent nIntent=((icRenderingIntent) 0x3f3f3f3f), icXformInterp nInterp=icInterpLinear, bool buseMpeTags=true)