Fixed bug in XYZ V2 AcesP1 profile

This commit is contained in:
Desmis
2018-04-13 10:51:49 +02:00
parent a872bd9e2d
commit c2db569823
5 changed files with 23 additions and 14 deletions

View File

@@ -92,15 +92,15 @@ constexpr double ACESp0_xyz[3][3] = {
};
constexpr double xyz_ACESp1[3][3] = {
{0.68970, 0.14995, 0.12456},
{0.28445, 0.67175 , 0.04379},
{-0.00604, 0.00999, 0.82094}
{0.689697, 0.149944, 0.124559},
{0.284448, 0.671758 , 0.043794},
{-0.006043, 0.009998, 0.820945}
};
constexpr double ACESp1_xyz[3][3] = {
{1.593266, -0.352338, -0.222949},
{-0.675963, 1.639314 , 0.0151197},
{0.0199481, -0.022541, 1.216291}
{1.5932624, -0.352316, -0.222945},
{-0.6759496, 1.639286 , 0.01511026},
{0.0199602, -0.0225577, 1.2162833}
};