We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649fa26 commit af8661bCopy full SHA for af8661b
css-color-4/conversions.js
@@ -338,7 +338,7 @@ function XYZ_to_Lab(XYZ) {
338
339
function Lab_to_XYZ(Lab) {
340
// Convert Lab to D50-adapted XYZ
341
- // http://www.brucelindbloom.com/index.html?Eqn_RGB_XYZ_Matrix.html
+ // http://www.brucelindbloom.com/index.html?Eqn_Lab_to_XYZ.html
342
var κ = 24389/27; // 29^3/3^3
343
var ε = 216/24389; // 6^3/29^3
344
var f = [];
0 commit comments