color_mode#

class ansys.fluent.core.meshing.tui_241.main_menu.display.set.picture.color_mode(service, version, mode, path)#

Bases: TUIMenu

Contains the available color modes.

Classes:

color(service, version, mode, path)

Selects full color and plots the hardcopy in color.

gray_scale(service, version, mode, path)

Selects gray scale (that is, various shades of gray) and converts color to gray-scale for hardcopy.

list(service, version, mode, path)

Displays the current hardcopy color mode.

mono_chrome(service, version, mode, path)

Selects color to monochrome (black and white) for hardcopy.

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

Bases: TUIMethod

Selects full color and plots the hardcopy in color.

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

Bases: TUIMethod

Selects gray scale (that is, various shades of gray) and converts color to gray-scale for hardcopy.

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

Bases: TUIMethod

Displays the current hardcopy color mode.

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

Bases: TUIMethod

Selects color to monochrome (black and white) for hardcopy.