Important: The information in this document is obsolete and should not be used for new development.
Modified Ink Data Opcodes
A constant from thegxInkDataOpcode
enumeration follows agxSetDataOpcode
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 theGXSetInkTags
function follow.- gxInkColorOpcode
- The parameters of the
GXSetInkColor
function follow.- gxInkTransferModeOpcode
- The parameters of the
GXSetInkTransfer
function follow.