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.22 by greg, Fri Jun 27 06:53:21 2003 UTC vs.
Revision 2.23 by schorsch, Mon Jun 30 14:59:10 2003 UTC

# Line 197 | Line 197 | extern COLOR  cblack, cwhite;  /* black (0,0,0) and whi
197  
198   #define  rgb_cie(xyz,rgb)       colortrans(xyz,rgb2xyzmat,rgb)
199  
200 #ifdef BSD
201 #define  cpcolormat(md,ms)      bcopy((void *)ms,(void *)md,sizeof(COLORMAT))
202 #else
200   #define  cpcolormat(md,ms)      memcpy((void *)md,(void *)ms,sizeof(COLORMAT))
204 #endif
201  
202                                          /* defined in color.c */
203   extern char     *tempbuffer(unsigned int len);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines