Home
last modified time | relevance | path

Searched refs:d50_illuminant_specs (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/icc/
H A DLab.cc37 static cmsCIExyY d50_illuminant_specs = {0.345702915, 0.358538597, 1.0}; variable
45 cmsHPROFILE profile = cmsCreateLab4Profile(&d50_illuminant_specs); in LabProfile()
H A Dsrgb_d50.cc60 static cmsCIExyY d50_illuminant_specs = {0.345702915, 0.358538597, 1.0}; variable
120 cmsCIExyY whitepoint = d50_illuminant_specs; in sRGBProfileD50()
H A Dprophoto_d65.cc59 static cmsCIExyY d50_illuminant_specs = {0.345702915, 0.358538597, 1.0}; variable
H A Dprophoto.cc59 cmsCIExyY d50_illuminant_specs = {0.345702915, 0.358538597, 1.0}; variable
/dports/graphics/krita/krita-4.4.8/krita/data/profiles/elles-icc-profiles/
H A Dmake-elles-profiles.c159 cmsCIExyY d50_illuminant_specs = {0.345702915, 0.358538597, 1.0}; in main() local
490 whitepoint = d50_illuminant_specs; in main()
582 whitepoint = d50_illuminant_specs; in main()
1370 whitepoint = d50_illuminant_specs; in main()
1501 profile = cmsCreateLab2Profile(&d50_illuminant_specs); in main()
1509 profile = cmsCreateLab4Profile(&d50_illuminant_specs); in main()
H A DREADME128 whitepoint = d50_illuminant_specs;
209 whitepoint = d50_illuminant_specs;
/dports/editors/calligra/calligra-3.2.1/plugins/colorengines/lcms2/data/elles-icc-profiles/
H A Dmake-elles-profiles.c159 cmsCIExyY d50_illuminant_specs = {0.345702915, 0.358538597, 1.0}; in main() local
490 whitepoint = d50_illuminant_specs; in main()
582 whitepoint = d50_illuminant_specs; in main()
1370 whitepoint = d50_illuminant_specs; in main()
1501 profile = cmsCreateLab2Profile(&d50_illuminant_specs); in main()
1509 profile = cmsCreateLab4Profile(&d50_illuminant_specs); in main()
H A DREADME128 whitepoint = d50_illuminant_specs;
209 whitepoint = d50_illuminant_specs;
/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/
H A Diccstore.cc66 static cmsCIExyY d50_illuminant_specs = {0.345702915, 0.358538597, 1.0}; variable