User manual
Automation Protocol Video Commands
Miranda Technologies Ltd Page 57
Example:
void SetCGT(int Layer, int C, int G, int T)
{
remote_send("F%x %x %x %x", Layer, C, G, T);
}
Note: For optimum results the Clip, Gain and Transparency values
should be set to 64, 940 and 512 respectively. The Clip cannot be
set to greater than the Gain.
For Imagestore 300, Imagestore HD-TV and Imagestore 750,
LGK-3901, DSK-3901Clip and Gain values set between 0-63 or
941-1023 are clamped to 64 and 940 respectively.
The status of the clip, gain and transparency on each layer can be enquired
using:
CMD Param_1
F Layer No.
This will return:
CMD Param_1 Param_2 Param_3 Param_4
F Layer No. Clip (0-1023) Gain (0-1023) Transparency (0-512)