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.4 by greg, Thu May 17 21:16:02 2012 UTC vs.
Revision 3.5 by greg, Fri May 18 20:43:13 2012 UTC

# Line 64 | Line 64 | extern void    c_cmix(C_COLOR *cres, double w1, C_COLOR *
64                                                  /* multiply two colors */
65   extern double   c_cmult(C_COLOR *cres, C_COLOR *c1, double y1,
66                                  C_COLOR *c2, double y2);
67 +                                                /* convert to sharpened RGB */
68 + extern void     c_toSharpRGB(C_COLOR *cin, double cieY, float cout[3]);
69 +                                                /* convert from sharpened RGB */
70 + extern double   c_fromSharpRGB(float cin[3], C_COLOR *cout);
71 +
72 + /* The following two routines are not defined in ccolor.c */
73                                                  /* convert to RGB color */
74   extern void     ccy2rgb(C_COLOR *cin, double cieY, float cout[3]);
75                                                  /* convert from RGB color */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines