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.1 by greg, Fri Feb 18 00:40:25 2011 UTC vs.
Revision 3.2 by greg, Thu May 17 05:47:59 2012 UTC

# Line 52 | Line 52 | extern int     c_isgrey(C_COLOR *);            /* check if color is
52                                                  /* mix two colors */
53   extern void     c_cmix(C_COLOR *cres, double w1, C_COLOR *c1,
54                                  double w2, C_COLOR *c2);
55 +                                                /* multiply two colors */
56 + extern double   c_cmult(C_COLOR *cres, C_COLOR *c1, double y1,
57 +                                C_COLOR *c2, double y2);
58                                                  /* set black body spectrum */
59   extern int      c_bbtemp(C_COLOR *clr, double tk);
60                                                  /* convert to RGB color */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines