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