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:
ConfigBaseAnchor debug display configuration.
Attributes
The radius of anchor visualisation rings.
The stroke width of anchor visualisation rings.
The colour to use for annotation anchors' debug visuals.
The colour to use for centre anchors' debug visuals.
The colour to use for current anchors' debug visuals.
The colour to use for label anchors' debug visuals.
The colour to use for terminal anchors' debug visuals.
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.