![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Public Member Functions | |
| None | __init__ (self, _ColorTuple background, _ColorTuple foreground, List[_ColorTuple] normal, Optional[List[_ColorTuple]] bright=None) |
Public Attributes | |
| background_color | |
| foreground_color | |
| ansi_colors | |
A color theme used when exporting console content.
Args:
background (Tuple[int, int, int]): The background color.
foreground (Tuple[int, int, int]): The foreground (text) color.
normal (List[Tuple[int, int, int]]): A list of 8 normal intensity colors.
bright (List[Tuple[int, int, int]], optional): A list of 8 bright colors, or None
to repeat normal intensity. Defaults to None.