Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
template <typename TBase = GrayModuleLightWidget>
118
struct TBlueLight : TBase {
119
TBlueLight() {
120
this->addBaseColor(SCHEME_BLUE);
121
}
122
};
123
using BlueLight = TBlueLight<>;
124
Callers
nothing calls this directly
Calls
1
addBaseColor
Method · 0.80
Tested by
no test coverage detected