AnchorDisplayConfig

class manim_eng._config.config.AnchorDisplayConfig(annotation_colour: ManimColor = <factory>, centre_colour: ManimColor = <factory>, current_colour: ManimColor = <factory>, label_colour: ManimColor = <factory>, radius: float = 0.06, stroke_width: float = 2.0, terminal_colour: ManimColor = <factory>, voltage_colour: ManimColor = <factory>)

Bases: ConfigBase

Anchor debug display configuration.

Attributes

AnchorDisplayConfig.radius

The radius of anchor visualisation rings.

AnchorDisplayConfig.stroke_width

The stroke width of anchor visualisation rings.

AnchorDisplayConfig.annotation_colour

The colour to use for annotation anchors' debug visuals.

AnchorDisplayConfig.centre_colour

The colour to use for centre anchors' debug visuals.

AnchorDisplayConfig.current_colour

The colour to use for current anchors' debug visuals.

AnchorDisplayConfig.label_colour

The colour to use for label anchors' debug visuals.

AnchorDisplayConfig.terminal_colour

The colour to use for terminal anchors' debug visuals.

AnchorDisplayConfig.voltage_colour

The colour to use for voltage anchors' debug visuals.

annotation_colour: ManimColor

The colour to use for annotation anchors’ debug visuals. Defaults to blue.

centre_colour: ManimColor

The colour to use for centre anchors’ debug visuals. Defaults to purple.

current_colour: ManimColor

The colour to use for current anchors’ debug visuals. Defaults to orange.

label_colour: ManimColor

The colour to use for label anchors’ debug visuals. Defaults to red.

radius: float = 0.06

The radius of anchor visualisation rings.

stroke_width: float = 2.0

The stroke width of anchor visualisation rings.

terminal_colour: ManimColor

The colour to use for terminal anchors’ debug visuals. Defaults to green.

voltage_colour: ManimColor

The colour to use for voltage anchors’ debug visuals. Defaults to yellow.