I have two live video streams running through a pix_mixer to a gemwin...i would like to modify the RGB values for each video stream separately. Using [pix_color( does not work, (perhaps because it is intended for static image data?). Also, [colorRGB 0 0 1 1] does not appear to work, because that affects the colour of the [pix_texture] or [rectangle], not the separate data streams feeding into it.
i imagine i would be looking for something to go between the [pix_video] and the [pix_mix]
any suggestions on how to change the RGB values of the individual live video data?
thanks!