Important: The information in this document is obsolete and should not be used for new development.
PrGeneral Function Operation Codes
This enumeration defines operation codes used with thePrGeneral
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 thePrGeneral
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.