How can I implement LAB color space in this library?
The conversions can be found at PitPik/ColorPicker/colors.js Line: #548. It may look a bit confusing, but you first have to convert [type]2XYZ, then you can convert from XYZ2LAB.
Will I just have to insert the conversions or is there more to do?
How can I implement LAB color space in this library?
The conversions can be found at PitPik/ColorPicker/colors.js Line: #548. It may look a bit confusing, but you first have to convert [type]2XYZ, then you can convert from XYZ2LAB.
Will I just have to insert the conversions or is there more to do?