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.23 by schorsch, Mon Jun 30 14:59:10 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines