summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarti Maria <mmaria@abindustries.com>2022-01-10 17:32:02 +0100
committerMarti Maria <mmaria@abindustries.com>2022-01-10 17:32:02 +0100
commit2e2055e59d50e41194c24a780507e11bb7beca0b (patch)
tree93256d6d28d0eccfe3c21466e801f0109e0ae978 /include
parent42fd72d9e7fa50f544bde353053a180b559cbc7c (diff)
downloadlcms2-2e2055e59d50e41194c24a780507e11bb7beca0b.tar.gz
Fixes for issues reported by Christian
Detect RGB Gamma function now listed in CHANGES file Fixed a typo that has been there for ages, "thereshold" Added ARM target to VS2022 project
Diffstat (limited to 'include')
-rw-r--r--include/lcms2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lcms2.h b/include/lcms2.h
index f1f8882..4a1d497 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -1925,7 +1925,7 @@ CMSAPI cmsBool CMSEXPORT cmsDetectDestinationBlackPoint(cmsCIEXYZ* Blac
CMSAPI cmsFloat64Number CMSEXPORT cmsDetectTAC(cmsHPROFILE hProfile);
// Estimate gamma space, always positive. Returns -1 on error.
-CMSAPI cmsFloat64Number CMSEXPORT cmsDetectRGBProfileGamma(cmsHPROFILE hProfile, cmsFloat64Number thereshold);
+CMSAPI cmsFloat64Number CMSEXPORT cmsDetectRGBProfileGamma(cmsHPROFILE hProfile, cmsFloat64Number threshold);
// Poor man's gamut mapping
CMSAPI cmsBool CMSEXPORT cmsDesaturateLab(cmsCIELab* Lab,