video#

class ansys.fluent.core.solver.tui_241.main_menu.display.set.windows.video(service, version, mode, path)#

Bases: TUIMenu

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

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.

class background(service, version, mode, path)#

Bases: TUIMethod

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.

class color_filter(service, version, mode, path)#

Bases: TUIMethod

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.

class foreground(service, version, mode, path)#

Bases: TUIMethod

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.

class on(service, version, mode, path)#

Bases: TUIMethod

Enables or disables the video picture settings.

class pixel_size(service, version, mode, path)#

Bases: TUIMethod

Sets the window size in pixels.