Skip to content

Commit eab5a8b

Browse files
committed
Updated to CAT02
1 parent e0c3653 commit eab5a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ACESlib.Utilities_Color.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ array<array <float, 3>, 3> calculate_cat_matrix
276276
array<array <float, 3>, 3> calculate_rgb_to_rgb_matrix
277277
(Chromaticities SOURCE_PRIMARIES,
278278
Chromaticities DEST_PRIMARIES,
279-
const array<array <float, 3>, 3> coneRespMat = CONE_RESP_MAT_BRADFORD
279+
const array<array <float, 3>, 3> coneRespMat = CONE_RESP_MAT_CAT02 //Changed Default to CAT02
280280
)
281281
{
282282
//
@@ -287,7 +287,7 @@ array<array <float, 3>, 3> calculate_rgb_to_rgb_matrix
287287
// done, a conversion back to CIE XYZ tristimulus values, and finally conversion from
288288
// CIE XYZ tristimulus values to the destination RGB values.
289289
//
290-
// By default, coneRespMat is set to CONE_RESP_MAT_BRADFORD.
290+
// By default, coneRespMat is set to CONE_RESP_MAT_CAT02.
291291
// The default coneRespMat can be overridden at runtime.
292292
//
293293

0 commit comments

Comments
 (0)