Im making a global color tag so that i don’t need to individually change color of piping. I created a string expression tag where the expression is color(0,0,0). I binded the tag to the color property of my pipes, it works fine but i wanted to make sure that this is the correct way to do it.
There was not much documentation on the color() expression, I guess its a string as it works but i wanted to make sure that this is a good way to do it.
Does anyone have any recommendations? Thanks