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 2.21 by schorsch, Fri Jun 6 16:38:47 2003 UTC vs.
Revision 2.24 by greg, Mon Jun 30 19:04:29 2003 UTC

# Line 15 | Line 15
15   extern "C" {
16   #endif
17  
18
19 #include "copyright.h"
20
21 #include <stdio.h>
18   #include <stdlib.h>
19  
20   #define  RED            0
# Line 200 | Line 196 | extern COLOR  cblack, cwhite;  /* black (0,0,0) and whi
196  
197   #define  rgb_cie(xyz,rgb)       colortrans(xyz,rgb2xyzmat,rgb)
198  
203 #ifdef BSD
204 #define  cpcolormat(md,ms)      bcopy((void *)ms,(void *)md,sizeof(COLORMAT))
205 #else
199   #define  cpcolormat(md,ms)      memcpy((void *)md,(void *)ms,sizeof(COLORMAT))
207 #endif
200  
201                                          /* defined in color.c */
202   extern char     *tempbuffer(unsigned int len);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines