|
| tuple | orange = (255, 165, 0) |
| |
| tuple | yellow = (255, 255, 0) |
| |
| tuple | aqua = (0, 255, 255) |
| |
| tuple | deep_sky = (0, 191, 255) |
| |
| tuple | royal_blue = (65, 105, 225) |
| |
| tuple | blue = (0, 0, 255) |
| |
◆ aqua
| tuple web_controller.main.Colors.aqua = (0, 255, 255) |
|
static |
◆ blue
| tuple web_controller.main.Colors.blue = (0, 0, 255) |
|
static |
◆ deep_sky
| tuple web_controller.main.Colors.deep_sky = (0, 191, 255) |
|
static |
◆ orange
| tuple web_controller.main.Colors.orange = (255, 165, 0) |
|
static |
◆ royal_blue
| tuple web_controller.main.Colors.royal_blue = (65, 105, 225) |
|
static |
◆ yellow
| tuple web_controller.main.Colors.yellow = (255, 255, 0) |
|
static |
The documentation for this class was generated from the following file:
- src/visualizer/web_controller/web_controller/main.py