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.3 by greg, Fri Oct 20 16:45:25 1989 UTC vs.
Revision 1.4 by greg, Fri Oct 20 20:35:21 1989 UTC

# Line 50 | Line 50 | typedef float  COLOR[3];       /* red, green, blue */
50                                  ldexp((c)[p]+.5,(int)(c)[EXP]-(COLXS+8)) : \
51                                  0. )
52  
53 < #define  norm_bright(c)         (int)((77L*(c)[RED]+151L*(c)[GRN]+28L*(c)[BLU])/256)
53 > #define  normbright(c)          (int)((77L*(c)[RED]+151L*(c)[GRN]+28L*(c)[BLU])/256)
54  
55   #define  WHTCOLOR               {1.0,1.0,1.0}
56   #define  BLKCOLOR               {0.0,0.0,0.0}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines