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: QuickDraw GX Environment and Utilities /
Chapter 7 - QuickDraw GX Stream Format / QuickDraw GX Stream Format Reference
Opcode Constants and Data Types


Modified Color Profile Data Opcodes

A constant from the gxProfileDataOpcode enumeration follows a gxSetDataOpcode operation opcode if profile data follows. The data stream bytes that follow describe one of the attributes specified in this enumeration.

enum gxProfileDataOpcode {
   gxColorProfileAttributesOpcode,
   gxColorProfileTagOpcode
};
Constant descriptions

gxColorProfileAttributesOpcode
This opcode is reserved for future expansion.
gxColorProfileTagOpcode
The data parameters for the GXSetColorProfileTags function follow.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996