Important: The information in this document is obsolete and should not be used for new development.
SetPickerProfile
Sets the destination color-matching profile for a color picker.
pascal OSErr SetPickerProfile ( picker thePicker, CMProfileHandle profile);
thePicker
- A color picker.
profile
- A handle to a ColorSync 1.0 profile for the final output device.
DISCUSSION
For the color picker specified in the parameterthePicker
, theSetPickerProfile
function sets the color-matching profile specified in theprofile
parameter to be the destination profile.SPECIAL CONSIDERATIONS
This version of the Color Picker Manager uses ColorSync 1.0 profiles only. The ColorSync 1.0 profile is a handle-based profile. The profile format is defined by Apple Computer. You cannot use version 2.x profiles, which are identified by profile references, with this version of the Color Picker Manager. ColorSync 1.0 profiles typically reside in the ColorSyncTM Profiles folder (within the Preferences folder of the System Folder). They may also be embedded with the images to which they pertain in graphics files. The appendix "ColorSync Manager Backward Compatibility" in Advanced Color Imaging on the Mac OS provides information about the relationship between the ColorSync Manager version 2.x and ColorSync 1.0 profiles, which you may find useful.SEE ALSO
Listing 2-12 (page 2-25) in Advanced Color Imaging on the Mac OS illustrates how to use theSetPickerProfile
function. To determine the destination color-matching profile currently used by a color picker, use theGetPickerProfile
function (page 2-51).