Set the color of the title text
| <vizinfo>.titlecolor( | |
| [r,g,b] | |
| alpha = 1.0 |
)
[r,g,b]
The RGB color value of the title text
alpha = 1.0
The alpha value of the title text. 0 is transparent and 1 is opaque
This command will change the color of the title text. The default value is [1,1,1,1].
None