diff options
author | Marti Maria <info@littlecms.com> | 2011-04-12 15:48:03 +0200 |
---|---|---|
committer | Marti Maria <info@littlecms.com> | 2011-04-12 15:48:03 +0200 |
commit | 97f22bda885166a18e346db8dd24bd66bc4615cd (patch) | |
tree | df399bb7e3db23ae02b8a0b01262fe5041f6c783 /src/lcms2_internal.h | |
parent | b735a01cd82f08ef46733c9f19eb08ba1a6623af (diff) | |
download | lcms2-97f22bda885166a18e346db8dd24bd66bc4615cd.tar.gz |
Added named color functionality
Diffstat (limited to 'src/lcms2_internal.h')
-rw-r--r-- | src/lcms2_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lcms2_internal.h b/src/lcms2_internal.h index cdcba71..872272a 100644 --- a/src/lcms2_internal.h +++ b/src/lcms2_internal.h @@ -424,7 +424,7 @@ cmsStage* _cmsStageAllocLabPrelin(cmsContext ContextID); cmsStage* _cmsStageAllocLabV2ToV4(cmsContext ContextID); cmsStage* _cmsStageAllocLabV2ToV4curves(cmsContext ContextID); cmsStage* _cmsStageAllocLabV4ToV2(cmsContext ContextID); -cmsStage* _cmsStageAllocNamedColor(cmsNAMEDCOLORLIST* NamedColorList); +cmsStage* _cmsStageAllocNamedColor(cmsNAMEDCOLORLIST* NamedColorList, cmsBool UsePCS); cmsStage* _cmsStageAllocIdentityCurves(cmsContext ContextID, int nChannels); cmsStage* _cmsStageAllocIdentityCLut(cmsContext ContextID, int nChan); |