Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mm2/Little-CMS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/lcms2_plugin.h')
-rw-r--r--include/lcms2_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lcms2_plugin.h b/include/lcms2_plugin.h
index fd90350..dae596f 100644
--- a/include/lcms2_plugin.h
+++ b/include/lcms2_plugin.h
@@ -260,7 +260,7 @@ typedef union {
// Flags for interpolator selection
#define CMS_LERP_FLAGS_16BITS 0x0000 // The default
#define CMS_LERP_FLAGS_FLOAT 0x0001 // Requires different implementation
-#define CMS_LERP_FLAGS_TRILINEAR 0x0100 // Hint only
+#define CMS_LERP_FLAGS_TRILINEAR cmsCLUT_FLAGS_TRILINEAR_INTERPOLATION // Hint only
#define MAX_INPUT_DIMENSIONS 8