Changed In ColorSync 2.5
You use the following constants with the
Gestalt
function to determine which version of ColorSync is present. For a code sample, see
Determining If the ColorSync Manager Is Available
. The constant
gestaltColorSync25
was added in ColorSync 2.5. For additional information on ColorSync versions, see
Table 8-1
.
enum {
gestaltColorMatchingVersion = 'cmtc', /* Selector for version info. */
gestaltColorSync10 = 0x0100, /* ColorSync 1.0; no QD matching */
gestaltColorSync11 = 0x0110, /* ColorSync 1.0.3 */
gestaltColorSync104 = 0x0104, /* ColorSync 1.0.4 */
gestaltColorSync105 = 0x0105, /* ColorSync 1.0.5 */
gestaltColorSync20 = 0x0200, /* ColorSync 2.0 */
gestaltColorSync21 = 0x0210, /* ColorSync 2.1 */
gestaltColorSync25 = 0x0250, /* ColorSync 2.5 */
gestaltColorSync251 = 0x0251 /* ColorSync 2.5.1 */
};