Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ MediumLight
Method
MediumLight
include/componentlibrary.hpp:164–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
template <typename TBase>
163
struct MediumLight : TSvgLight<TBase> {
164
MediumLight() {
165
this->setSvg(Svg::load(asset::system(
"res/ComponentLibrary/MediumLight.svg"
)));
166
}
167
};
168
169
/** Based on the size of 2mm 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