ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/macbethcal.c
(Generate patch)

Comparing ray/src/px/macbethcal.c (file contents):
Revision 2.5 by greg, Tue Oct 17 10:24:21 1995 UTC vs.
Revision 2.6 by greg, Tue Oct 17 11:05:17 1995 UTC

# Line 77 | Line 77 | COLOR  mbRGB[24];              /* MacBeth RGB values */
77   #define NMBNEU          6       /* Number of MacBeth neutral colors */
78   short   mbneu[NMBNEU] = {Black,Neutral35,Neutral5,Neutral65,Neutral8,White};
79  
80 < #define NMBMOD          17      /* Number of MacBeth unsaturated colors */
80 > #define NMBMOD          16      /* Number of MacBeth unsaturated colors */
81   short   mbmod[NMBMOD] = {
82                  DarkSkin,LightSkin,BlueSky,Foliage,BlueFlower,BluishGreen,
83 <                Orange,PurplishBlue,ModerateRed,Purple,YellowGreen,
83 >                PurplishBlue,ModerateRed,YellowGreen,OrangeYellow,
84                  Black,Neutral35,Neutral5,Neutral65,Neutral8,White
85          };
86  
87   #define NMBSAT          8       /* Number of MacBeth saturated colors */
88   short   mbsat[NMBSAT] = {
89                  Red,Green,Blue,Magenta,Yellow,Cyan,
90 <                Orange,OrangeYellow
90 >                Orange,Purple
91          };
92  
93   int     xmax, ymax;             /* input image dimensions */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines