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

Method TBlueLight

include/componentlibrary.hpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117template <typename TBase = GrayModuleLightWidget>
118struct TBlueLight : TBase {
119 TBlueLight() {
120 this->addBaseColor(SCHEME_BLUE);
121 }
122};
123using BlueLight = TBlueLight<>;
124

Callers

nothing calls this directly

Calls 1

addBaseColorMethod · 0.80

Tested by

no test coverage detected