| # | Line 40 | Line 40 | static BYTE chroma[3][NINC] = { | |
|---|---|---|
| 40 | }; | |
| 41 | ||
| 42 | #ifdef NTSC | |
| 43 | < | static float xyz2rgbmat[3][3] = { /* XYZ to RGB (NTSC */ |
| 43 | > | static float xyz2rgbmat[3][3] = { /* XYZ to RGB (NTSC) */ |
| 44 | 1.73, -.48, -.26, | |
| 45 | -.81, 1.65, -.02, | |
| 46 | .08, -.17, 1.28, | |
| # | Line 100 | Line 100 | int s, e; /* starting and ending wavelengths */ | |
| 100 | } | |
| 101 | ||
| 102 | ||
| 103 | < | cie_rgb(rgbcolor, ciecolor) /* convert CIE to RGB (NTSC) */ |
| 103 | > | cie_rgb(rgbcolor, ciecolor) /* convert CIE to RGB */ |
| 104 | register COLOR rgbcolor, ciecolor; | |
| 105 | { | |
| 106 | register int i; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |