home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / NEWS / RADIANCE / CAL / RGB.CAL < prev    next >
Encoding:
Text File  |  1993-10-07  |  154 b   |  4 lines

  1. red(x, y) : 1.73*x - 0.48*y - 0.26*(1 - x - y) ;
  2. green(x, y) : -0.81*x + 1.65*y - 0.02*(1 - x - y) ;
  3. blue(x, y) : 0.08*x - 0.17*y + 1.28*(1 - x - y) ;
  4.