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.25 by schorsch, Mon Jul 14 22:23:59 2003 UTC

# Line 11 | Line 11
11   */
12   #ifndef _RAD_COLOR_H_
13   #define _RAD_COLOR_H_
14 +
15 + #include <stdlib.h>
16 +
17   #ifdef __cplusplus
18   extern "C" {
19   #endif
20  
18 #include <stdio.h>
19 #include <stdlib.h>
20
21   #define  RED            0
22   #define  GRN            1
23   #define  BLU            2
# 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