Important: The information in this document is obsolete and should not be used for new development.
Modified Ink Data Opcodes
A constant from thegxInkDataOpcodeenumeration follows agxSetDataOpcodeoperation 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
GXSetInkAttributesfunction follow.- gxInkTagOpcode
The parameters of theGXSetInkTagsfunction follow.- gxInkColorOpcode
- The parameters of the
GXSetInkColorfunction follow.- gxInkTransferModeOpcode
- The parameters of the
GXSetInkTransferfunction follow.