Home | History | Annotate | Download | only in referencerenderer

Lines Matching refs:minC

528 	const float		minC	= minComp(color);
531 if (minC < 0.0f)
532 return llum + ((color-llum)*llum / (llum != minC ? (llum-minC) : 1.0f));