Change the display mode
| <viz>.displaymode( | |
| width | |
| height | |
| color = 0 | |
| frequency = 0 | # Herz |
)
width
Change the horizontal resolution of the monitor.
height
Change the vertical resolution of the monitor.
color = 0
Change the color depth. If 0 then color depth will remain unchanged.
frequency = 0
Change the monitor refresh rate. If 0 then refresh rate will remain unchanged.
IMPORTANT: This command must be called before viz.go()
When your script is finished executing the screen resolution will return back to normal.
None
<viz:window>.setPosition
<viz:window>.setSize
<viz:window>.setFloat