MCPcopy 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

162template <typename TBase>
163struct 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

loadFunction · 0.85
systemFunction · 0.85
setSvgMethod · 0.45

Tested by

no test coverage detected