ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/ccolor.h
(Generate patch)

Comparing ray/src/common/ccolor.h (file contents):
Revision 3.9 by greg, Wed Nov 15 18:02:52 2023 UTC vs.
Revision 3.10 by greg, Thu Jan 4 01:55:42 2024 UTC

# Line 62 | Line 62 | extern int     c_bbtemp(C_COLOR *clr, double tk);
62   extern double   c_sset(C_COLOR *clr, double wlmin, double wlmax,
63                                  const float spec[], int nwl);
64   extern void     c_ccvt(C_COLOR *clr, int fl);   /* fix color representation */
65 +                                                /* are colors equivalent? */
66 + extern int      c_equiv(C_COLOR *c1, C_COLOR *c2);
67   extern int      c_isgrey(C_COLOR *clr);         /* check if color is grey */
68                                                  /* mix two colors */
69   extern void     c_cmix(C_COLOR *cres, double w1, C_COLOR *c1,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines