Home
last modified time | relevance | path

Searched refs:numnew3 (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A D_autocolor.c2143 int numnew, numnew1, numnew2, numnew3; in _dxfMakeRGBColorMap() local
2432 numnew3 = 0; in _dxfMakeRGBColorMap()
2435 if (abshue > maxvaldiff) numnew3 = absval/maxvaldiff; in _dxfMakeRGBColorMap()
2439 if (numnew3 > numnew) numnew = numnew3; in _dxfMakeRGBColorMap()