User manual

Automation Protocol Video Commands
Miranda Technologies Ltd Page 48
Force Colour Field L
This command causes the selected input channel to produce a colour field.
The R, G & B values are given as parameters. The values are percentages of
saturated colour, for example 0x32, 0x32, 0x32, is 50% red, green and blue.
See table at the head of this page for input port numbers.
CMD Param_1 Param_2 Param_3 Param_4
L Input Port No. Red 0-x64 Green 0-x64 Blue 0-x64
See table on page 47 for input port numbers.
Example:
void ForceColourField(int Input,int R,int G,int B)
{
remote_send("L%x %x %x %x", Input, R, G, B);
}
Imagestore 750, LGK-3901 and DSK-3901 do not have dedicated colour
fields for each input. Instead it has three “shared” colour fields, each of
which can be assigned to any input via the XM command (see page 143). The
first parameter of the L command therefore refers to a colour field number.
0: Colour Field 1
1: Colour Field 2
2: Colour Field 3
CMD Param_1 Param_2 Param_3 Param_4
L Colour Field No. Red 0-x64 Green 0-x64 Blue 0-x64