| # | Line 153 | Line 153 | greypoint( /* compute gamut mapping grey target */ | |
|---|---|---|
| 153 | gryc[i] = cwhite[i]; | |
| 154 | else if (gryc[i] < cblack[i]) | |
| 155 | gryc[i] = cblack[i]; | |
| 156 | < | return(bright(gryc)); |
| 156 | > | return((*lumf)(gryc,0)); |
| 157 | } | |
| 158 | ||
| 159 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |