<vizinfo>.titlebgcolor

Set the color of the title bar background

 

<vizinfo>.titlebgcolor(
    [r,g,b]    
    alpha = 1.0    

)

 

[r,g,b]

The RGB color value of the title bar background


alpha = 1.0

The alpha value of the title bar background. 0 is transparent and 1 is opaque


Remarks

This command will change the color of the title bar background. The default value is [0.3,0.3,1,1].

Return Value

None

Example

import vizinfo
info = vizinfo.add('Info')
info.titlebgcolor(viz.WHITE)