Change matrix ACES-P0 and limit slider blue

This commit is contained in:
U-PC-BUREAU\jacques
2018-09-06 10:39:35 +02:00
parent 9cd10a3196
commit d658ef1bc4
3 changed files with 11 additions and 7 deletions

View File

@@ -80,15 +80,15 @@ constexpr double xyz_sRGB[3][3] = {
};
constexpr double xyz_ACESp0[3][3] = {
{0.9525523959, 0.0, 0.0000936786},
{0.3439664498, 0.7281660966 , -0.0721325464},
{0.0, -0.0, 1.0088251844}
{0.9908526, 0.0122334, -0.0388654},
{0.3618807, 0.72255045 , -0.0843859},
{-0.0027093, 0.0082323, 0.8196880}
};
constexpr double ACESp0_xyz[3][3] = {
{1.0498110175, 0.0, -0.0000974845},
{-0.4959030231, 1.3733130458 , 0.0982400361},
{0.0, 0.0, 0.9912520182}
{1.01583320, -0.01772807, 0.04634052},
{-0.50781231, 1.39131494 , 0.11915641},
{0.00845768, -0.01403193, 1.21893277}
};
constexpr double xyz_ACESp1[3][3] = {