| 76 | } |
| 77 | |
| 78 | AdvancedColour getWindowColour(WindowColour slot) |
| 79 | { |
| 80 | const auto index = static_cast<size_t>(slot); |
| 81 | assert(index < _windowColours.size()); |
| 82 | return _windowColours[index]; |
| 83 | } |
| 84 | |
| 85 | WindowType getCurrentModalType() |
| 86 | { |
no test coverage detected