color property
It sets printing color.
Object type
String
Description
It specifies printing color.
Value
COLOR_NONE
COLOR_1
COLOR_2
COLOR_3
COLOR_4
Example
Prints with the 2nd color.
<script type="text/javascript" src="epos-print-3.x.x.js"></script>
<script type="text/javascript">
<!--
var address = 'http://192.168.192.168/cgi-bin/epos/service.cgi?devid=local_printer';
var canvas = document.getElementById('myCanvas');
var epos = new epson.CanvasPrint(address);
epos.color = epos.COLOR_2;
epos.print(canvas);
//-->
</script>
Decription
No printing
1st color
2nd color
3rd color
4th color
Chapter 5 ePOS-Print Canvas API
5
181