# | Line 270 | Line 270 | int e | |
---|---|---|
270 | COLOR ciecolor; | |
271 | ||
272 | spec_cie(ciecolor, s, e); | |
273 | < | cie_rgb(col, ciecolor); |
273 | > | colortrans(col, xyz2rgbmat, ciecolor); |
274 | } | |
275 | ||
276 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |