MCPcopy 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

170template <typename TBase>
171struct 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

loadFunction · 0.85
systemFunction · 0.85
setSvgMethod · 0.45

Tested by

no test coverage detected