Open luckyclan opened 1 year ago
I noticed that pigmentToColor in pigment-painter uses LUT to convert pigment data to rgb, while mixbox just calculates it without LUT. Can it be improved?
They're using a polynomial to do it. It's possible and someone on Twitter did it, but I've not implemented it yet
I noticed that pigmentToColor in pigment-painter uses LUT to convert pigment data to rgb, while mixbox just calculates it without LUT. Can it be improved?