Searched refs:MaxL (Results 1 – 1 of 1) sorted by relevance
353 cmsFloat64Number MinL, MaxL; in cmsDetectDestinationBlackPoint() local469 MinL = outRamp[0]; MaxL = outRamp[255]; in cmsDetectDestinationBlackPoint()474 if (! ((inRamp[l] <= MinL + 0.2 * (MaxL - MinL) ) || in cmsDetectDestinationBlackPoint()496 yRamp[l] = (outRamp[l] - MinL) / (MaxL - MinL); in cmsDetectDestinationBlackPoint()