Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ SmallLight
Method
SmallLight
include/componentlibrary.hpp:172–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
template <typename TBase>
171
struct SmallLight : TSvgLight<TBase> {
172
SmallLight() {
173
this->setSvg(Svg::load(asset::system(
"res/ComponentLibrary/SmallLight.svg"
)));
174
}
175
};
176
177
/** Based on the size of 1mm 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