MCPcopy Create free account
hub / github.com/VCVRack/Rack / TGrayModuleLightWidget

Method TGrayModuleLightWidget

include/componentlibrary.hpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected