Searched refs:sRGB_xyz (Results 1 – 11 of 11) sorted by relevance
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/ |
H A D | iccmatrices.h | 62 const double sRGB_xyz[3][3] = {{3.1338561, -1.6168667, -0.4906146}, variable
|
H A D | color.cc | 805 r = ((sRGB_xyz[0][0] * x + sRGB_xyz[0][1] * y + sRGB_xyz[0][2] * z)) ; in xyz2srgb() 806 g = ((sRGB_xyz[1][0] * x + sRGB_xyz[1][1] * y + sRGB_xyz[1][2] * z)) ; in xyz2srgb() 807 b = ((sRGB_xyz[2][0] * x + sRGB_xyz[2][1] * y + sRGB_xyz[2][2] * z)) ; in xyz2srgb()
|
H A D | dcp.cc | 47 static const double sRGB_xyz[3][3] = {{3.1338561, -1.6168667, -0.4906146}, variable
|
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/ |
H A D | iccmatrices.h | 106 constexpr double sRGB_xyz[3][3] = { variable
|
H A D | iplab2rgb.cc | 139 copyAndClamp(lab, image->data, sRGB_xyz, multiThread); in lab2monitorRgb()
|
H A D | color.cc | 918 r = ((sRGB_xyz[0][0] * x + sRGB_xyz[0][1] * y + sRGB_xyz[0][2] * z)) ; in xyz2srgb() 919 g = ((sRGB_xyz[1][0] * x + sRGB_xyz[1][1] * y + sRGB_xyz[1][2] * z)) ; in xyz2srgb() 920 b = ((sRGB_xyz[2][0] * x + sRGB_xyz[2][1] * y + sRGB_xyz[2][2] * z)) ; in xyz2srgb()
|
H A D | iccstore.cc | 200 const double(*iwprofiles[])[3] = {sRGB_xyz, adobe_xyz, prophoto_xyz, widegamut_xyz, bruce_xyz, beta…
|
/dports/graphics/art/ART-1.9.3/rtengine/ |
H A D | iccmatrices.h | 107 constexpr double sRGB_xyz[3][3] = { variable
|
H A D | iprgb2out.cc | 142 copyAndClamp(img, image->data, sRGB_xyz, multiThread); in rgb2monitor()
|
H A D | color.cc | 933 r = ((sRGB_xyz[0][0] * x + sRGB_xyz[0][1] * y + sRGB_xyz[0][2] * z)) ; in xyz2srgb() 934 g = ((sRGB_xyz[1][0] * x + sRGB_xyz[1][1] * y + sRGB_xyz[1][2] * z)) ; in xyz2srgb() 935 b = ((sRGB_xyz[2][0] * x + sRGB_xyz[2][1] * y + sRGB_xyz[2][2] * z)) ; in xyz2srgb()
|
H A D | iccstore.cc | 205 const double(*iwprofiles[])[3] = {sRGB_xyz, adobe_xyz, prophoto_xyz, widegamut_xyz, bruce_xyz, beta…
|