# | Line 25 | Line 25 | static const char RCSid[] = "$Id$"; | |
---|---|---|
25 | RGBPRIMS stdprims = STDPRIMS; /* standard primary chromaticities */ | |
26 | RGBPRIMS xyzprims = {1,0, 0,1, 0,0, 1.f/3.f,1.f/3.f}; | |
27 | ||
28 | < | COLOR cblack = BLKCOLOR; /* global black color */ |
29 | < | COLOR cwhite = WHTCOLOR; /* global white color */ |
28 | > | const COLOR cblack = BLKCOLOR; /* global black color */ |
29 | > | const COLOR cwhite = WHTCOLOR; /* global white color */ |
30 | > | const SCOLOR scblack = {0}; /* global black spectrum */ |
31 | ||
32 | float xyneu[2] = {1./3., 1./3.}; /* neutral xy chromaticities */ | |
33 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |