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

Method TRedLight

include/componentlibrary.hpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101template <typename TBase = GrayModuleLightWidget>
102struct TRedLight : TBase {
103 TRedLight() {
104 this->addBaseColor(SCHEME_RED);
105 }
106};
107using RedLight = TRedLight<>;
108

Callers

nothing calls this directly

Calls 1

addBaseColorMethod · 0.80

Tested by

no test coverage detected