summaryrefslogtreecommitdiff
path: root/include/lcms2.h
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2012-03-23 17:28:15 +0100
committerMarti Maria <info@littlecms.com>2012-03-23 17:28:15 +0100
commit839a5b09fdef1922091506185c12280e4343c9f9 (patch)
tree8be3a8a7b33eca899aa122b8ef7343af326ff868 /include/lcms2.h
parent4d9557eea21946e7c0d682d607d42d327f73d076 (diff)
downloadlcms2-839a5b09fdef1922091506185c12280e4343c9f9.tar.gz
Added Adobe Black point detection algorithm
Diffstat (limited to 'include/lcms2.h')
-rw-r--r--include/lcms2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lcms2.h b/include/lcms2.h
index c2bbf9c..11965eb 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -1756,6 +1756,7 @@ CMSAPI cmsBool CMSEXPORT cmsGDBCheckPoint(cmsHANDLE hGBD, const cmsCIEL
// Estimate the black point
CMSAPI cmsBool CMSEXPORT cmsDetectBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags);
+CMSAPI cmsBool CMSEXPORT cmsDetectDestinationBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags);
// Estimate total area coverage
CMSAPI cmsFloat64Number CMSEXPORT cmsDetectTAC(cmsHPROFILE hProfile);