200 Appendix
_________________________________________________________________________________________
_________________________________________________________________________________________
Microplex logiJET TC8 Edition 1.2
12.4.2. IGP
The original page description language IGP has no commands for color control.
Microplex has added commands in IGP syntax to this emulation which enable
a color control.
Another possibility to bring color into the application under IGP is to create
graphics and logos in color and to load them into the printer using the IGP
specific commands.
a) IGP Color commands:
COLOR; <n>
<n> = 1 1st color (Default: black)
<n> = 2 yellow
<n> = 3 cyan
<n> = 4 magenta
<n> = 5 red
<n> = 6 green
<n> = 7 blue
Example:
^CREATE;AB1
COLOR;5
ALPHA
02;40;2;2;' ORDER CONFIRMATION'
C12;03;63;0;0;'Normalauftrag '
STOP
SCALE;CHAR;10;10
COLOR;1 (color switch over to 1st color
BOX
2;22;4;27;80
STOP
A color switch over is effective from the position, on which it was set, up to the next
color command.