video#
Bases:
TUIMenuContains options for modifying a video. This menu is not relevant for the meshing mode.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
background(service, version, mode, path)Sets the background color of the graphics window.
color_filter(service, version, mode, path)Sets the video color filter.
foreground(service, version, mode, path)Sets the foreground (text) color of the graphics window.
on(service, version, mode, path)Enables or disables the video picture settings.
pixel_size(service, version, mode, path)Sets the window size in pixels.
__init__ method of TUIMenu class.
Bases:
TUIMethodSets 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.
Bases:
TUIMethodSets 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.
Bases:
TUIMethodSets 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.
Bases:
TUIMethodEnables or disables the video picture settings.
Bases:
TUIMethodSets the window size in pixels.