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 / Constants and Data Types


PrGeneral Function Operation Codes

This enumeration defines operation codes used with the PrGeneral function to enable or disable color matching and, for ColorSync 1.0, to register a profile with the profile responder or remove the profile's registration. For related information, see "Enable Color Matching Block" (page 3-66). For information on the PrGeneral function, see Inside Macintosh: Imaging With QuickDraw.

enum {
   enableColorMatchingOp= 12,/* enable or disable color matching; supported in
                              both ColorSync 1.0 and 2.x */
   registerProfileOp = 13  /* register profile with driver; supported in
                              ColorSync 1.0 only */
};
Enumerator descriptions

enableColorMatchingOp
Use this operation code with the PrGeneral function to turn color matching on or off. This code is supported by both ColorSync 2.x and ColorSync 1.0. For more information, see "Enable Color Matching Block" (page 3-66).
registerProfileOp
Use this operation code with the PrGeneral function to register a profile with a driver. This code is supported only by ColorSync 1.0.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 NOV 1996