Trying to make a global color tag

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

That sounds like it would work.

A basic String tag with the color code will work. 255,255,255

Also I believe the correct verbiage is you bound the color property of your pipes to the tag value.
Saying it the other way can lead to confusion.