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

Comparing ray/src/px/ciq.h (file contents):
Revision 1.1 by greg, Thu Feb 2 10:48:58 1989 UTC vs.
Revision 1.2 by greg, Thu Feb 2 14:10:27 1989 UTC

# Line 1 | Line 1
1 < #include <stdio.h>
1 > /* Copyright 1988 Regents of the University of California */
2  
3   /* SCCSid "$SunId$ LBL" */
4 +
5 + #include <stdio.h>
6   #include "pic.h"
7  
8   #define red(i) ((i)>>7&0xf8|4)  /* 5 bits red, 5 bits green, 5 bits blue */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines