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 / ColorSync Manager Functions
Accessing Profile Elements /


CMSetProfileElementReference

Adds a tag to the specified profile to refer to data corresponding to a previously set element.

pascal CMError CMSetProfileElementReference (
CMProfileRef prof, 
OSType elementTag, 
OSType referenceTag);
prof
A profile reference (page 3-63) to the profile to add the tag to.
elementTag
The original element's signature tag corresponding to the element data to which the new tag will refer.
referenceTag
The new tag signature to add to the profile to refer to the element data corresponding to elementTag.
function result
A result code of type CMError. See "Result Codes" (page 3-174) for a list of ColorSync-specific result codes.
DISCUSSION
After the CMSetProfileElementReference function executes successfully, the specified profile will contain more than one tag corresponding to a single piece of data. All of these tags are of equal importance. Your application can set a reference to an element that was originally a reference itself without circularity.

If you call CMSetProfileElement (page 3-96) subsequently for one of the tags acting as a reference to another tag's data, then the element data you provide is set for the tag and the tag is no longer considered a reference. Instead, the tag corresponds to its own element data and not that of another tag.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 NOV 1996