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

Method TYellowLight

include/componentlibrary.hpp:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125template <typename TBase = GrayModuleLightWidget>
126struct TYellowLight : TBase {
127 TYellowLight() {
128 this->addBaseColor(SCHEME_YELLOW);
129 }
130};
131using YellowLight = TYellowLight<>;
132

Callers

nothing calls this directly

Calls 1

addBaseColorMethod · 0.80

Tested by

no test coverage detected