Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ LargeLight
Method
LargeLight
include/componentlibrary.hpp:156–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
template <typename TBase>
155
struct LargeLight : TSvgLight<TBase> {
156
LargeLight() {
157
this->setSvg(Svg::load(asset::system(
"res/ComponentLibrary/LargeLight.svg"
)));
158
}
159
};
160
161
/** Based on the size of 3mm LEDs */
Callers
nothing calls this directly
Calls
3
load
Function · 0.85
system
Function · 0.85
setSvg
Method · 0.45
Tested by
no test coverage detected