meshing.tui.display.set.windows.video#

class main_menu.display.set.windows.video(path, service)#

Contains options for modifying a video. This menu is not relevant for the meshing mode.

background(*args, **kwargs)#

Sets the background color of the graphics window. The color is specified as a string of three comma-separated numbers between 0 and 1, representing red, green, and blue. For example, to change the background from black (default) to gray, you would enter “.5,.5,.5” after selecting the background command.

color_filter(*args, **kwargs)#

Sets the video color filter. For example, to change the color filter from its default setting to PAL video with a saturation of 80percentage and a brightness of 90percentage, you would enter “video=pal,sat=.8,gain=.9” after selecting the color-filter command.

foreground(*args, **kwargs)#

Sets the foreground (text) color of the graphics window. The color is specified as a string of three comma-separated numbers between 0 and 1, representing red, green, and blue. For example, to change the foreground from white (default) to gray, you would enter “.5,.5,.5” after selecting the foreground command.

on(*args, **kwargs)#

Enables or disables the video picture settings.

pixel_size(*args, **kwargs)#

Sets the window size in pixels.