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

USER’S GUIDE
24 | Kaleido Remote Control Protocol (Gateway)
<setKIcontrolMode>set mode="N"</setKIcontrolMode>
Where N is either 0 (color not keyed), or 1 (color key enabled).
Gateway response:
<ack/>: The command was recognized by the Gateway.
<nack/>: The Gateway was not able to recognize the command.
setKMouseColorA
AQ
This command is used to set a color to key.
<setKMouseColorA>set mouseColorA="FFBBGGRR"</setKMouseColorA>
Where FFBBGGRR is the hexadecimal triplet for mouseColorA 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.
setKMouseColorB
AQ
This command is used to set a color to key.
<setKMouseColorB>set mouseColorB="FFBBGGRR"</setKMouseColorB>
Where FFBBGGRR is the hexadecimal triplet for mouseColorB 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: