ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/color.h
(Generate patch)

Comparing ray/src/common/color.h (file contents):
Revision 1.1 by greg, Thu Feb 2 10:34:14 1989 UTC vs.
Revision 1.2 by greg, Tue Sep 12 12:25:34 1989 UTC

# Line 50 | Line 50 | typedef float  COLOR[3];       /* red, green, blue */
50   #define  BLKCOLOR               {0.0,0.0,0.0}
51   #define  WHTCOLR                {128,128,128,COLXS+1}
52   #define  BLKCOLR                {0,0,0,0}
53 +
54 +                                /* defines for resolution header */
55 + #define  XDECR                  1
56 + #define  YDECR                  2
57 + #define  YMAJOR                 4

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines