invert the colours
hello, I did this already but I forgot how: invert the colours of live video.
thanks for any tip,
bd
jit.op @op !- @val 1.
or jit.op @op ~
or jit.scalebias @scale -1. @bias 1.
or jit.brcosa @contrast -1.
or...
The one you choose will depend on the rest of your patch and how you want to control it.
AB
hurray! jit.op was missing.
great forum° thanks,
bd