summaryrefslogtreecommitdiff
path: root/src/cmssamp.c
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2010-04-22 13:04:29 +0200
committerMarti Maria <info@littlecms.com>2010-04-22 13:04:29 +0200
commitf9bf7c17810330a78db63705782f879eb8c86b4b (patch)
treea2c11019d0ca2a355fc276c4c37944cf617c1644 /src/cmssamp.c
parent23d721d262d700e833c11ae2d38eba71f5492893 (diff)
downloadlcms2-f9bf7c17810330a78db63705782f879eb8c86b4b.tar.gz
Float attribute added to formatters
Diffstat (limited to 'src/cmssamp.c')
-rw-r--r--src/cmssamp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmssamp.c b/src/cmssamp.c
index 6444d38..090d96d 100644
--- a/src/cmssamp.c
+++ b/src/cmssamp.c
@@ -82,7 +82,7 @@ cmsBool BlackPointAsDarkerColorant(cmsHPROFILE hInput,
}
// Create a formatter which has n channels and floating point
- dwFormat = cmsFormatterForColorspaceOfProfile(hInput, 2);
+ dwFormat = cmsFormatterForColorspaceOfProfile(hInput, 2, FALSE);
// Try to get black by using black colorant
Space = cmsGetColorSpace(hInput);