Lines Matching refs:nT
93 XcmsFloat nT, saveDist, tmpDist;
169 nT = (XcmsFloat) nI / (XcmsFloat) nMaxCount;
171 pColor->spec.RGBi.red = rgb_max.red * (1.0 - nT) + nT;
172 pColor->spec.RGBi.green = rgb_max.green * (1.0 - nT) + nT;
173 pColor->spec.RGBi.blue = rgb_max.blue * (1.0 - nT) + nT;
175 pColor->spec.RGBi.red = rgb_max.red - (rgb_max.red * nT);
176 pColor->spec.RGBi.green = rgb_max.green - (rgb_max.green * nT);
177 pColor->spec.RGBi.blue = rgb_max.blue - (rgb_max.blue * nT);