Color#

class ansys.tools.visualization_interface.utils.color.Color#

Bases: enum.Enum

Provides an enum with the color to use for the plotter actors.

Overview#

DEFAULT

Default color for the plotter actors.

PICKED

Color for the actors that are currently picked.

EDGE

Default color for the edges.

PICKED_EDGE

Color for the edges that are currently picked.

Import detail#

from ansys.tools.visualization_interface.utils.color import Color

Attribute detail#

Color.DEFAULT = '#D6F7D1'#

Default color for the plotter actors.

Color.PICKED = '#BB6EEE'#

Color for the actors that are currently picked.

Color.EDGE = '#000000'#

Default color for the edges.

Color.PICKED_EDGE = '#9C9C9C'#

Color for the edges that are currently picked.