You have cvd filters that use the lms color space but there is no lms color space that can be converted to.
Also looking at the calc_cvd_matrix where are you getting the matrix that converts xyz to lms?
|
M = [ |
|
[0.15514, 0.54312, -0.03286], |
|
[-0.15514, 0.45684, 0.03286], |
|
[0, 0, 0.01608] |
|
] |
You have cvd filters that use the lms color space but there is no lms color space that can be converted to.
Also looking at the
calc_cvd_matrixwhere are you getting the matrix that converts xyz to lms?coloraide/tools/calc_cvd_matrices.py
Lines 15 to 19 in c33df67