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.28 by schorsch, Sun Mar 28 20:33:12 2004 UTC vs.
Revision 2.29 by greg, Tue Sep 5 21:54:32 2006 UTC

# Line 218 | Line 218 | extern int     clipgamut(COLOR col, double brt, int gamut,
218   extern void     colortrans(COLOR c2, COLORMAT mat, COLOR c1);
219   extern void     multcolormat(COLORMAT m3, COLORMAT m2,
220                                          COLORMAT m1);
221 < extern void     compxyz2rgbmat(COLORMAT mat, RGBPRIMS pr);
222 < extern void     comprgb2xyzmat(COLORMAT mat, RGBPRIMS pr);
223 < extern void     comprgb2rgbmat(COLORMAT mat, RGBPRIMS pr1, RGBPRIMS pr2);
224 < extern void     compxyzWBmat(COLORMAT mat, float wht1[2],
221 > extern int      colorprimsOK(RGBPRIMS pr);
222 > extern int      compxyz2rgbmat(COLORMAT mat, RGBPRIMS pr);
223 > extern int      comprgb2xyzmat(COLORMAT mat, RGBPRIMS pr);
224 > extern int      comprgb2rgbmat(COLORMAT mat, RGBPRIMS pr1, RGBPRIMS pr2);
225 > extern int      compxyzWBmat(COLORMAT mat, float wht1[2],
226                                  float wht2[2]);
227 < extern void     compxyz2rgbWBmat(COLORMAT mat, RGBPRIMS pr);
228 < extern void     comprgb2xyzWBmat(COLORMAT mat, RGBPRIMS pr);
229 < extern void     comprgb2rgbWBmat(COLORMAT mat, RGBPRIMS pr1, RGBPRIMS pr2);
227 > extern int      compxyz2rgbWBmat(COLORMAT mat, RGBPRIMS pr);
228 > extern int      comprgb2xyzWBmat(COLORMAT mat, RGBPRIMS pr);
229 > extern int      comprgb2rgbWBmat(COLORMAT mat, RGBPRIMS pr1, RGBPRIMS pr2);
230                                          /* defined in colrops.c */
231   extern int      setcolrcor(double (*f)(double, double), double a2);
232   extern int      setcolrinv(double (*f)(double, double), double a2);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines