Home
last modified time | relevance | path

Searched refs:xyz_to_srgb_matrix (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dcolorspaces_inline_conversions.h580 static const dt_colormatrix_t xyz_to_srgb_matrix =
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dretouch.c2760 const float xyz_to_srgb_matrix[3][3] = { { 3.1338561, -1.6168667, -0.4906146 }, in dt_XYZ_to_linearRGB() local
2767 for(int c = 0; c < 3; c++) linearRGB[r] += xyz_to_srgb_matrix[r][c] * XYZ[c]; in dt_XYZ_to_linearRGB()