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

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

enum gxInkDataOpcode {
   gxInkAttributesOpcode,
   gxInkTagOpcode,
   gxInkColorOpcode,
   gxInkTransferModeOpcode
};
Constant descriptions

gxInkAttributesOpcode
The parameters of the GXSetInkAttributes function follow.
gxInkTagOpcode

The parameters of the GXSetInkTags function follow.
gxInkColorOpcode
The parameters of the GXSetInkColor function follow.
gxInkTransferModeOpcode
The parameters of the GXSetInkTransfer function follow.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996