change aces matrix

This commit is contained in:
Desmis
2018-04-09 13:58:29 +02:00
parent 9b7d255e8b
commit 690b34f2a5
5 changed files with 35 additions and 27 deletions

View File

@@ -66,16 +66,16 @@ constexpr double xyz_sRGB[3][3] = {
{0.0139322, 0.0971045, 0.7141733}
};
constexpr double xyz_ACEScg[3][3] = {
{0.68988, 0.14977, 0.12456},
{0.28452, 0.67169, 0.04379},
{-0.00604, 0.01001, 0.82094}
constexpr double xyz_ACESc[3][3] = {
{0.99089, 0.01224, -0.03893},
{0.36189, 0.72252, -0.08441},
{-0.00272, 0.00826, 0.81937}
};
constexpr double ACEScg_xyz[3][3] = {
{1.59266, -0.351803, -0.22288},
{-0.67593, 1.639273, 0.015117},
{0.019959, -0.022576, 1.21629}
constexpr double ACESc_xyz[3][3] = {
{1.015799, -0.017739, -0.046435},
{-0.507793, 1.391284 , 0.119201},
{0.008491, -0.014084, 1.219402}
};
constexpr double sRGB_xyz[3][3] = {