Skip to content

Commit 154db28

Browse files
authoredFeb 21, 2023
Fix Bugs in AgX Bases
1 parent b389e91 commit 154db28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎config.ocio

+4-4
Original file line numberDiff line numberDiff line change
@@ -462,11 +462,11 @@ colorspaces:
462462
from_scene_reference: !<GroupTransform>
463463
children:
464464
- !<ColorSpaceTransform> {src: Linear CIE-XYZ I-E, dst: AgX Base BT.2020}
465-
- !<ColorSpaceTransform> {src: BT.2020 2.4, dst: Linear BT.709 I-D65}
465+
- !<ColorSpaceTransform> {src: BT.2020 2.4, dst: Linear BT.2020 I-D65}
466466
- !<FixedFunctionTransform> {style: RGB_TO_HSV}
467467
- !<CDLTransform> {power: [1, 1, 0.7]}
468468
- !<FixedFunctionTransform> {style: RGB_TO_HSV, direction: inverse}
469-
- !<ColorSpaceTransform> {src: Linear BT.709 I-D65, dst: Guard Rail sRGB}
469+
- !<ColorSpaceTransform> {src: Linear BT.2020 I-D65, dst: Guard Rail sRGB}
470470
- !<FixedFunctionTransform> {style: RGB_TO_HSV}
471471
- !<CDLTransform> {power: [1, 1, 0.7], direction: inverse}
472472
- !<FixedFunctionTransform> {style: RGB_TO_HSV, direction: inverse}
@@ -486,11 +486,11 @@ colorspaces:
486486
from_scene_reference: !<GroupTransform>
487487
children:
488488
- !<ColorSpaceTransform> {src: Linear CIE-XYZ I-E, dst: AgX Base BT.2020}
489-
- !<ColorSpaceTransform> {src: BT.2020 2.4, dst: Linear DCI-P3 I-D65}
489+
- !<ColorSpaceTransform> {src: BT.2020 2.4, dst: Linear BT.2020 I-D65}
490490
- !<FixedFunctionTransform> {style: RGB_TO_HSV}
491491
- !<CDLTransform> {power: [1, 1, 0.7]}
492492
- !<FixedFunctionTransform> {style: RGB_TO_HSV, direction: inverse}
493-
- !<ColorSpaceTransform> {src: Linear BT.709 I-D65, dst: Guard Rail P3}
493+
- !<ColorSpaceTransform> {src: Linear BT.2020 I-D65, dst: Guard Rail P3}
494494
- !<FixedFunctionTransform> {style: RGB_TO_HSV}
495495
- !<CDLTransform> {power: [1, 1, 0.7], direction: inverse}
496496
- !<FixedFunctionTransform> {style: RGB_TO_HSV, direction: inverse}

0 commit comments

Comments
 (0)
Please sign in to comment.