Important: The information in this document is obsolete and should not be used for new development.
Determining if the ColorSync Manager Is Available
To determine if the ColorSync Manager (version 2.x) is available on a 68K-based Mac, use theGestalt
function with thegestaltColorMatchingVersion
selector. This function returns the resultgestaltColorSync20
if the ColorSync Manager is available.To determine if the ColorSync Manager shared libraries have been loaded on a Power Macintosh, use the
Gestalt
function with thegestaltColorMatchingAttr
selector. Test the bit field (bit 1) indicated by thegestaltColorMatchingLibLoaded
constant in the response parameter. If the bit is set, the ColorSync Manager shared libraries are loaded.