We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4625cb7 commit 9c84106Copy full SHA for 9c84106
1 file changed
_artlib.ctl
@@ -48,6 +48,13 @@ const float xyz_ap1[3][3] = {
48
{-0.006043, 0.009998, 0.820945}
49
};
50
51
+const float xyz_ap0[3][3] = {
52
+ {0.9908526, 0.0122334, -0.0388654},
53
+ {0.3618807, 0.72255045 , -0.0843859},
54
+ {-0.0027093, 0.0082323, 0.8196880}
55
+};
56
+
57
58
const float xyz_rec2020_t[3][3] = transpose_f33(xyz_rec2020);
59
60
const float identity_33[3][3] = {
0 commit comments