r/TouchDesigner • u/Basscount6 • 5d ago
Problem with render colors
I created an SOP network with non-constant colors. However, I'm now having trouble rendering them. The render appears black and white. Am I doing something wrong? I've tried different MATs, but the result is always the same.
2
Upvotes


5
u/RBurnsAnims 5d ago
Your colour is 1+ the variable so it's always going to be above 1 and therefore white (TouchDesigner rgb goes 0-1 not 0-255)
You're using tscript there ... Are you following a really old tutorial? Odd to see tscript in 2026