 | InDesign SDK 20.5 |
24 #ifndef __ColorSystemID__ 25 #define __ColorSystemID__ 27 #include "CrossPlatformTypes.h" 28 #include "IDFactory.h" 29 #include "IconRsrcDefs.h" 31 #define kColorSystemPrefix RezLong(0x1F00) 147 #define kInDesignNativeSwatchCreatorID kColorSystemPrefix + 1 153 #define kDefaultTintPercent 100.0 // Default tint percentage 154 #define kInvalidTintPercent -1.0 // Invalid tint percentage 155 #define kRgbIcon kRGBIcon // Resource ID of RGB icon 156 #define kCmykIcon kCYMKIcon // Resource ID of CMYK icon 157 #define kQuestionMarkIcon kQuestionMarkBigIcon // Resource ID of question mark icon 158 #define kRegistrationIcon kRegistrationMarkIcon // Resource ID of registration icon 159 #define kNoneSwatchIcon kNoneIcon // Resource ID of none swatch icon 160 #define kLabIcon kLabColorIcon // Resource ID of Lab swatch icon 161 #define kMixedInkIcon kMixedInkIconID // Resource ID of mixed ink swatch icon 162 #define kMixedInkParentIcon kMixedInkParentIconID // Resource ID of mixed ink parent swatch icon 165 #define kCanNotEditColorName 0x00000001 166 #define kCanNotEditColorMode 0x00000002 // Will remove this for Anna, the name is confusing 167 #define kCanNotEditColorData 0x00000004 168 #define kCanNotEditTintValue 0x00000008 169 #define kCanNotEditColorType kCanNotEditColorMode 170 #define kCanNotEditColorSpace 0x00000010