<vizinfo>.titlecolor

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


Remarks

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

Return Value

None

Example

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