Add working profile Rec2020

This commit is contained in:
Desmis
2016-04-29 07:41:17 +02:00
parent e61e488346
commit b97ed08987
6 changed files with 349 additions and 300 deletions

View File

@@ -84,6 +84,16 @@ const double prophoto_xyz[3][3] = {{1.3459433, -0.2556075, -0.0511118},
{0.0000000, 0.0000000, 1.2118128}
};
const double xyz_rec2020[3][3] = {{0.636958, 0.144617, 0.168881},
{0.262700, 0.677998, 0.059302},
{0.0000000, 0.028073, 1.060985}
};
const double rec2020_xyz[3][3] = {{1.716651, -0.355671, -0.253366},
{ -0.666684, 1.616481, 0.015769},
{0.017640, -0.042771, 0.942103}
};
const double xyz_widegamut[3][3] = {{0.7161046, 0.1009296, 0.1471858},
{0.2581874, 0.7249378, 0.0168748},
{0.0000000, 0.0517813, 0.7734287}