| # | Line 413 | Line 413 | setrtoutput(const char *outvals) /* set up output tabl | |
|---|---|---|
| 413 | return(ncomp); | |
| 414 | } | |
| 415 | ||
| 416 | < | static int |
| 416 | > | int |
| 417 | printvals( /* print requested ray values */ | |
| 418 | RAY *r, void *cd | |
| 419 | ) | |
| # | Line 768 | Line 768 | putrgbe(RREAL *v, int n) /* output RGBE color */ | |
| 768 | putbinary(cout, sizeof(cout), 1, stdout); | |
| 769 | } | |
| 770 | ||
| 771 | < | static void |
| 771 | > | void |
| 772 | putscolor(COLORV *scol) /* output (spectral) color */ | |
| 773 | { | |
| 774 | static COLORMAT xyz2myrgbmat; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |