Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
template <typename TBase = GrayModuleLightWidget>
102
struct TRedLight : TBase {
103
TRedLight() {
104
this->addBaseColor(SCHEME_RED);
105
}
106
};
107
using RedLight = TRedLight<>;
108
Callers
nothing calls this directly
Calls
1
addBaseColor
Method · 0.80
Tested by
no test coverage detected