summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2023-05-15 18:37:34 +0200
committerMarti Maria <marti.maria@littlecms.com>2023-05-15 18:37:34 +0200
commitf4e9f9122a001b71219d9b2d2a6ec5b8c784d785 (patch)
treeb6b5921d0a713b41f436861e7c3d2bdf9f15f560 /include
parentcdf9635b69c3f270684b3e6a0cdeda9b03ce920c (diff)
downloadlcms2-f4e9f9122a001b71219d9b2d2a6ec5b8c784d785.tar.gz
a preliminar implementation of OkLab color space as built-in profile
Oklab is an alternative to CIE Lab. It works with the same logic, but claims to be more perceptually uniform than CIELab. Thanks to Lukas Sommer for the idea and Björn Ottosson for the documentation
Diffstat (limited to 'include')
-rw-r--r--include/lcms2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lcms2.h b/include/lcms2.h
index c361520..8769267 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -1634,6 +1634,8 @@ CMSAPI cmsHPROFILE CMSEXPORT cmsCreateXYZProfile(void);
CMSAPI cmsHPROFILE CMSEXPORT cmsCreate_sRGBProfileTHR(cmsContext ContextID);
CMSAPI cmsHPROFILE CMSEXPORT cmsCreate_sRGBProfile(void);
+CMSAPI cmsHPROFILE CMSEXPORT cmsCreate_OkLabProfile(cmsContext ctx);
+
CMSAPI cmsHPROFILE CMSEXPORT cmsCreateBCHSWabstractProfileTHR(cmsContext ContextID,
cmsUInt32Number nLUTPoints,
cmsFloat64Number Bright,