Skip to content

Commit 9c84106

Browse files
committed
_artlib: added xyz to ACES matrix
1 parent 4625cb7 commit 9c84106

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_artlib.ctl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ const float xyz_ap1[3][3] = {
4848
{-0.006043, 0.009998, 0.820945}
4949
};
5050

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+
5158
const float xyz_rec2020_t[3][3] = transpose_f33(xyz_rec2020);
5259

5360
const float identity_33[3][3] = {

0 commit comments

Comments
 (0)