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 Set Data Opcodes

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

enum gxColorSetDataOpcode {
   gxColorSetReservedOpcode,
   gxColorSetTagOpcode
};
Constant descriptions

gxColorSetReservedOpcode
This opcode is reserved for future expansion.
gxColorSetTagOpcode
The data parameters for the GXSetColorSetTags function follows.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996