diff options
Diffstat (limited to 'base/gscms.h')
-rw-r--r-- | base/gscms.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/base/gscms.h b/base/gscms.h index 127b9ef7..dfface69 100644 --- a/base/gscms.h +++ b/base/gscms.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2019 Artifex Software, Inc. +/* Copyright (C) 2001-2020 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or @@ -28,6 +28,10 @@ #define ICC_MAX_CHANNELS 15 #define NUM_DEVICE_PROFILES 4 #define NUM_SOURCE_PROFILES 3 +#define GS_DEFAULT_DEVICE_PROFILE 0 +#define GS_GRAPHIC_DEVICE_PROFILE 1 +#define GS_IMAGE_DEVICE_PROFILE 2 +#define GS_TEXT_DEVICE_PROFILE 3 #define AB_NEUTRAL_8 5 #define AB_NEUTRAL_16 5 |