<vizinfo>.messagecolor

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


Remarks

This command will change the color of the message text. The default value is [1,1,1,1].

Return Value

None

Example

import vizinfo
info = vizinfo.add('Info')
info.messagecolor(viz.BLACK)