Grass Valley Kaleido Remote Control Protocol Gateway May.2011 User Manual
Page 29

USER’S GUIDE
Kaleido Remote Control Protocol (Gateway) | 25
<ack/>: The command was recognized by the Gateway.
<nack/>: The Gateway was not able to recognize the command.
setKMouseColorC
AQ
This command is used to set a color to key.
<setKMouseColorC>set mouseColorC="FFBBGGRR"</setKMouseColorC>
Where FFBBGGRR is the hexadecimal triplet for mouseColorC prefixed with the hexadecimal
value ―FF‖.
BB represents the blue component.
GG represents the green component.
RR represents the red component.
For example "FFFF00FF" would set magenta as the key color.
Gateway response:
<ack/>: The command was recognized by the Gateway.
<nack/>: The Gateway was not able to recognize the command.
NOTE: All gateway commands must be followed by a carriage return. In scripts, add
\n at the end of
each gateway command.