Skip to content

Commit a884b36

Browse files
author
Jed Smith
committed
fix incorrect matrix in limiting primaries for Rec.2020. Thanks Nick Shaw for the flag!
1 parent c237231 commit a884b36

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: toolsets/ACES/ACES_OutputTransform_v1.2.nk

+3-3
Original file line numberDiff line numberDiff line change
@@ -2703,9 +2703,9 @@ push $N207ed860
27032703
push $N207ed860
27042704
ColorMatrix {
27052705
matrix {
2706-
{0.6954522133 0.1406786889 0.163869068}
2707-
{0.04479461163 0.8596711159 0.09553432465}
2708-
{-0.005525866989 0.004025223665 1.001500726}
2706+
{1.71665132 -0.3556708097 -0.2533662617}
2707+
{-0.6666844487 1.616481304 0.01576855592}
2708+
{0.01763986237 -0.04277062416 0.9421030879}
27092709
}
27102710
name ColorMatrix12
27112711
label "XYZ to Rec2020"

Diff for: toolsets/ACES/ACES_OutputTransform_v1.2_blink.nk

+3-3
Original file line numberDiff line numberDiff line change
@@ -881,9 +881,9 @@ push $Nfce60890
881881
push $Nfce60890
882882
ColorMatrix {
883883
matrix {
884-
{0.6954522133 0.1406786889 0.163869068}
885-
{0.04479461163 0.8596711159 0.09553432465}
886-
{-0.005525866989 0.004025223665 1.001500726}
884+
{1.71665132 -0.3556708097 -0.2533662617}
885+
{-0.6666844487 1.616481304 0.01576855592}
886+
{0.01763986237 -0.04277062416 0.9421030879}
887887
}
888888
name ColorMatrix12
889889
label "XYZ to Rec2020"

0 commit comments

Comments
 (0)