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 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
TEnableColorMatchingBlk
.
-
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.
© 1988-1999 Apple Computer, Inc. (Last Updated 20 Jan 99)