Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Advanced Color Imaging Reference /
Chapter 3 - ColorSync Manager Reference for Applications and Device Drivers / Constants and Data Types
Using Picture Comments


Constants for Embedding Profiles and Profile Identifiers

The ColorSync Manager provides the following constant declarations to use with the NCMUseProfileComment function (page 3-129) for embedding picture comments. You use these constants to set the flags parameter to indicate whether to embed an entire profile or just a profile identifier.

enum {
   cmEmbedWholeProfile  = 0x00000000,/* embed the whole profile */
   cmEmbedProfileIdentifier= 0x00000001/* embed just the profile identifier */
};
Enumerator descriptions
cmEmbedWholeProfile
When the flags parameter has the value cmEmbedWholeProfile, the NCMUseProfileComment function embeds the entire specified profile.
cmEmbedProfileIdentifier
When the flags parameter has the value cmEmbedProfileIdentifier, the NCMUseProfileComment function embeds a profile identifier for the specified profile.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 NOV 1996