Important: The information in this document is obsolete and should not be used for new development.
Constants for Embedding Profiles and Profile Identifiers
The ColorSync Manager provides the following constant declarations to use with theNCMUseProfileCommentfunction (page 3-129) for embedding picture comments. You use these constants to set theflagsparameter 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
flagsparameter has the value cmEmbedWholeProfile, theNCMUseProfileCommentfunction embeds the entire specified profile.- cmEmbedProfileIdentifier
- When the
flagsparameter has the value cmEmbedProfileIdentifier, theNCMUseProfileCommentfunction embeds a profile identifier for the specified profile.