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.35 by greg, Sun Nov 14 17:30:02 2021 UTC vs.
Revision 2.36 by greg, Sat Mar 5 17:18:02 2022 UTC

# Line 209 | Line 209 | extern COLOR  cblack, cwhite;  /* black (0,0,0) and whi
209   #define  cpcolormat(md,ms)      memcpy((void *)md,(void *)ms,sizeof(COLORMAT))
210  
211                                          /* defined in color.c */
212 < extern char     *tempbuffer(unsigned int len);
212 > extern void     *tempbuffer(unsigned int len);
213   extern int      fwritecolrs(COLR *scanline, int len, FILE *fp);
214   extern int      freadcolrs(COLR *scanline, int len, FILE *fp);
215   extern int      fwritescan(COLOR *scanline, int len, FILE *fp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines