| 84 | template <typename TBase = app::ModuleLightWidget> |
| 85 | struct TGrayModuleLightWidget : TBase { |
| 86 | TGrayModuleLightWidget() { |
| 87 | this->bgColor = nvgRGBA(0x33, 0x33, 0x33, 0xff); |
| 88 | this->borderColor = nvgRGBA(0, 0, 0, 53); |
| 89 | } |
| 90 | }; |
| 91 | using GrayModuleLightWidget = TGrayModuleLightWidget<>; |
| 92 |
nothing calls this directly
no outgoing calls
no test coverage detected